Compare commits

..

2 commits

Author SHA1 Message Date
Jonas Rittershofer d7c469956e Just current state, not yet usable 2020-07-07 21:15:53 +02:00
Jonas Rittershofer 7057722772 Fix Tab-Navigation on Chromium
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
2020-06-24 22:47:08 +02:00
191 changed files with 2593 additions and 3522 deletions

View file

@ -6,7 +6,11 @@ labels: 0. Needs triage, bug
assignees: ''
---
**Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!**
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
**Describe the bug**
A clear and concise description of what the bug is.
@ -25,8 +29,8 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.
**Nextcloud (please complete the following information):**
- Nextcloud-Version: [e.g. 19.0.0]
- Forms-Version: [e.g. 2.0.0-beta4]
- Nextcloud-Version: [e.g. 18.0.4]
- Forms-Version: [e.g. 1.1.1]
**Desktop (please complete the following information):**
- OS: [e.g. iOS]

View file

@ -7,10 +7,6 @@ assignees: ''
---
**Nextcloud (please complete the following information):**
- Nextcloud-Version: [e.g. 19.0.0]
- Forms-Version: [e.g. 2.0.0-beta4]
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

View file

@ -38,7 +38,7 @@ jobs:
name: cs php${{ matrix.php-versions }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@master
- name: Set up php
uses: shivammathur/setup-php@master
@ -66,7 +66,7 @@ jobs:
- name: Set up node ${{ matrix.node-versions }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-versions }}
node-versions: ${{ matrix.node-versions }}
- name: Install dependencies
run: npm ci
@ -88,7 +88,7 @@ jobs:
- name: Set up node ${{ matrix.node-versions }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-versions }}
node-versions: ${{ matrix.node-versions }}
- name: Install dependencies
run: npm ci

View file

@ -22,7 +22,7 @@ jobs:
- name: Set up node ${{ matrix.node-versions }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-versions }}
node-versions: ${{ matrix.node-versions }}
- name: Install dependencies & build
run: |

View file

@ -60,7 +60,7 @@ jobs:
run: |
mkdir data
./occ maintenance:install --verbose --database=${{ matrix.databases }} --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass password
./occ app:enable --force ${{ env.APP_NAME }}
./occ app:enable ${{ env.APP_NAME }}
php -S localhost:8080 &
- name: PHPUnit & coverage
@ -136,7 +136,7 @@ jobs:
run: |
mkdir data
./occ maintenance:install --verbose --database=${{ matrix.databases }} --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass password
./occ app:enable --force ${{ env.APP_NAME }}
./occ app:enable ${{ env.APP_NAME }}
php -S localhost:8080 &
- name: PHPUnit
@ -208,7 +208,7 @@ jobs:
run: |
mkdir data
./occ maintenance:install --verbose --database=${{ matrix.databases }} --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass password
./occ app:enable --force ${{ env.APP_NAME }}
./occ app:enable ${{ env.APP_NAME }}
php -S localhost:8080 &
- name: PHPUnit

View file

@ -1,72 +1,5 @@
# Changelog
## v2.0.2 - 2020-07-30
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.1...v2.0.2)
### Fixed
- Increase description and long-text max length
[\#533](https://github.com/nextcloud/forms/pull/533) ([jotoeri](https://github.com/jotoeri))
## v2.0.1 - 2020-07-29
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0...v2.0.1)
### Fixed
- Fix substring utf8
[\#528](https://github.com/nextcloud/forms/pull/528) ([jotoeri](https://github.com/jotoeri))
## v2.0.0 - 2020-07-28
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0-rc.1...v2.0.0)
### Fixed
- Fix dropdown submission insert
[\#520](https://github.com/nextcloud/forms/pull/520) ([skjnldsv](https://github.com/skjnldsv))
## v2.0.0-rc.1 - 2020-07-24
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0-beta.4...v2.0.0-rc.1)
### Enhancements
- Add screenshot of response visualization, adjust readme
[\#513](https://github.com/nextcloud/forms/pull/513) ([jancborchardt](https://github.com/jancborchardt))
- Move to webpack vue global config & clean routes
[\#508](https://github.com/nextcloud/forms/pull/508) ([skjnldsv](https://github.com/skjnldsv))
- Include version on feature-request template
[\#478](https://github.com/nextcloud/forms/pull/478) ([jotoeri](https://github.com/jotoeri))
- Change 'Mandatory' to simpler 'Required'
[\#464](https://github.com/nextcloud/forms/pull/464) ([jancborchardt](https://github.com/jancborchardt))
- Dropdown question type, ref \#340
[\#461](https://github.com/nextcloud/forms/pull/461) ([jancborchardt](https://github.com/jancborchardt))
- Add summary response visualization, fix \#314
[\#460](https://github.com/nextcloud/forms/pull/460) ([jancborchardt](https://github.com/jancborchardt))
- Add '\(responses\)' to export file name
[\#450](https://github.com/nextcloud/forms/pull/450) ([jancborchardt](https://github.com/jancborchardt))
- Enh/invalid warning
[\#415](https://github.com/nextcloud/forms/pull/415) ([jotoeri](https://github.com/jotoeri))
- Show MultipleInput icons in Edit-Mode
[\#409](https://github.com/nextcloud/forms/pull/409) ([jotoeri](https://github.com/jotoeri))
- Put AppNavigationItems into proper Container
[\#406](https://github.com/nextcloud/forms/pull/406) ([jotoeri](https://github.com/jotoeri))
- Question-specific placeholders
[\#389](https://github.com/nextcloud/forms/pull/389) ([jotoeri](https://github.com/jotoeri))
### Fixed
- Fix questions & submissions assignment
[\#485](https://github.com/nextcloud/forms/pull/485) ([skjnldsv](https://github.com/skjnldsv))
- Revert "Allow navigation through edit via Tab-Key"
[\#484](https://github.com/nextcloud/forms/pull/484) ([skjnldsv](https://github.com/skjnldsv))
- Fix submitting form with expiration-date.
[\#469](https://github.com/nextcloud/forms/pull/469) ([jotoeri](https://github.com/jotoeri))
- Invert submitOnce on UI
[\#452](https://github.com/nextcloud/forms/pull/452) ([jotoeri](https://github.com/jotoeri))
- Allow navigation through edit via Tab-Key
[\#427](https://github.com/nextcloud/forms/pull/427) ([jotoeri](https://github.com/jotoeri))
- Fix public template header
[\#420](https://github.com/nextcloud/forms/pull/420) ([jotoeri](https://github.com/jotoeri))
- Fix some small MultipleInput issues
[\#394](https://github.com/nextcloud/forms/pull/394) ([jotoeri](https://github.com/jotoeri))
## v2.0.0-beta.4 - 2020-06-09
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0-beta.3...v2.0.0-beta.4)

View file

@ -7,18 +7,10 @@
**📝 Simple surveys and questionnaires, self-hosted**
### Straightforward form creation
![](screenshots/forms1.png)
### Simple sharing and responding
![](screenshots/forms2.png)
### Response visualization and exporting
![](screenshots/forms3.png)
- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.
- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.
- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.
- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.
- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!

View file

@ -7,11 +7,10 @@
<description><![CDATA[**Simple surveys and questionnaires, self-hosted!**
- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.
- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.
- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.
- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.
- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
]]></description>
<version>2.0.2</version>
<version>2.0.0-beta.4</version>
<licence>agpl</licence>
<author>Affan Hussain</author>
@ -42,10 +41,9 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/forms1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/forms2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/forms3.png</screenshot>
<dependencies>
<nextcloud min-version="17" max-version="19" />
<nextcloud min-version="17" max-version="20" />
</dependencies>
<navigations>

View file

@ -29,10 +29,10 @@ return [
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
// Before /{hash} to avoid conflict
['name' => 'page#index', 'url' => '/new', 'verb' => 'GET', 'postfix' => 'create'],
['name' => 'page#index', 'url' => '/{hash}/edit', 'verb' => 'GET', 'postfix' => 'edit'],
['name' => 'page#index', 'url' => '/{hash}/clone', 'verb' => 'GET', 'postfix' => 'clone'],
['name' => 'page#index', 'url' => '/{hash}/results', 'verb' => 'GET', 'postfix' => 'results'],
['name' => 'page#createForm', 'url' => '/new', 'verb' => 'GET'],
['name' => 'page#editForm', 'url' => '/{hash}/edit', 'verb' => 'GET'],
['name' => 'page#cloneForm', 'url' => '/{hash}/clone', 'verb' => 'GET'],
['name' => 'page#getResult', 'url' => '/{hash}/results', 'verb' => 'GET'],
['name' => 'page#goto_form', 'url' => '/{hash}', 'verb' => 'GET'],

View file

@ -20,15 +20,14 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
// Icon definitions
@include icon-black-white('forms', 'forms', 3);
@include icon-black-white('clone', 'forms', 1);
@include icon-black-white('answer-checkbox', 'forms', 1);
@include icon-black-white('answer-multiple', 'forms', 2);
@include icon-black-white('answer-dropdown', 'forms', 1);
@include icon-black-white('answer-short', 'forms', 1);
@include icon-black-white('answer-long', 'forms', 1);
@include icon-black-white('answer-checkbox', 'forms', 1);
@include icon-black-white('answer-multiple', 'forms', 2);
@include icon-black-white('drag-handle', 'forms', 1);
.icon-yes {

View file

@ -1 +0,0 @@
<svg width="16px" height="16px" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="m8 1c-3.866 0-7 3.134-7 7 0 3.866 3.134 7 7 7 3.866 0 7-3.134 7-7 0-3.866-3.134-7-7-7zm-4 5 8 0.0058594-4 3.9941-4-4z"/></svg>

Before

Width:  |  Height:  |  Size: 217 B

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Vereis",
"Group" : "Groep",
"Description" : "Beskrywing",
"Summary" : "Opsomming",
"Settings" : "Instellings",
"Set expiration date" : "Stel vervaldatum",
"Expiration date" : "Vervaldatum"

View file

@ -2,7 +2,6 @@
"Required" : "Vereis",
"Group" : "Groep",
"Description" : "Beskrywing",
"Summary" : "Opsomming",
"Settings" : "Instellings",
"Set expiration date" : "Stel vervaldatum",
"Expiration date" : "Vervaldatum"

View file

@ -5,7 +5,6 @@ OC.L10N.register(
"Required" : "مطلوب",
"Group" : "الفريق",
"Description" : "الوصف",
"Summary" : "المُلخَّص",
"Options" : "الخيارات",
"Settings" : "الإعدادات",
"Set expiration date" : "تعيين تاريخ إنتهاء الصلاحية",

View file

@ -3,7 +3,6 @@
"Required" : "مطلوب",
"Group" : "الفريق",
"Description" : "الوصف",
"Summary" : "المُلخَّص",
"Options" : "الخيارات",
"Settings" : "الإعدادات",
"Set expiration date" : "تعيين تاريخ إنتهاء الصلاحية",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Riquíu",
"Group" : "Group",
"Description" : "Descripción",
"Summary" : "Sumariu",
"Settings" : "Settings",
"Set expiration date" : "Afitar la data de caducidá",
"Expiration date" : "Data de caducidá",

View file

@ -2,7 +2,6 @@
"Required" : "Riquíu",
"Group" : "Group",
"Description" : "Descripción",
"Summary" : "Sumariu",
"Settings" : "Settings",
"Set expiration date" : "Afitar la data de caducidá",
"Expiration date" : "Data de caducidá",

View file

@ -5,7 +5,6 @@ OC.L10N.register(
"Searching …" : "Търсене ...",
"Group" : "Група",
"Description" : "Описание",
"Summary" : "Резюме",
"Settings" : "Настройки",
"Set expiration date" : "Срок на валидност",
"Expiration date" : "Валидност",

View file

@ -3,7 +3,6 @@
"Searching …" : "Търсене ...",
"Group" : "Група",
"Description" : "Описание",
"Summary" : "Резюме",
"Settings" : "Настройки",
"Set expiration date" : "Срок на валидност",
"Expiration date" : "Валидност",

10
l10n/bn_BD.js Normal file
View file

@ -0,0 +1,10 @@
OC.L10N.register(
"forms",
{
"Group" : "গোষ্ঠীসমূহ",
"Description" : "বিবরণ",
"Settings" : "সেটিংস",
"Set expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ নির্ধারণ করুন",
"Expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ"
},
"nplurals=2; plural=(n != 1);");

8
l10n/bn_BD.json Normal file
View file

@ -0,0 +1,8 @@
{ "translations": {
"Group" : "গোষ্ঠীসমূহ",
"Description" : "বিবরণ",
"Settings" : "সেটিংস",
"Set expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ নির্ধারণ করুন",
"Expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,11 +0,0 @@
OC.L10N.register(
"forms",
{
"Searching …" : "O klask ...",
"Group" : "Stollad",
"Description" : "Diskrivadur",
"Settings" : "Arventennoù",
"Set expiration date" : "Lakaat un deizat termen",
"Expiration date" : "Deizad termen"
},
"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");

View file

@ -1,9 +0,0 @@
{ "translations": {
"Searching …" : "O klask ...",
"Group" : "Stollad",
"Description" : "Diskrivadur",
"Settings" : "Arventennoù",
"Set expiration date" : "Lakaat un deizat termen",
"Expiration date" : "Deizad termen"
},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
}

10
l10n/bs.js Normal file
View file

@ -0,0 +1,10 @@
OC.L10N.register(
"forms",
{
"Group" : "Grupa",
"Description" : "Opis",
"Settings" : "Podešavanje",
"Set expiration date" : "Postavite datum isteka",
"Expiration date" : "Datum isteka"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

8
l10n/bs.json Normal file
View file

@ -0,0 +1,8 @@
{ "translations": {
"Group" : "Grupa",
"Description" : "Opis",
"Settings" : "Podešavanje",
"Set expiration date" : "Postavite datum isteka",
"Expiration date" : "Datum isteka"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

View file

@ -29,9 +29,9 @@ OC.L10N.register(
"Title of question number {index}" : "Títol del número de pregunta {index}",
"Required" : "Obligatori",
"Delete question" : "Suprimeix la pregunta",
"A long answer for the question “{text}”" : "Una resposta llarga per a la pregunta \"{text}\"",
"Add a new answer" : "Afegir una nova resposta",
"There was an issue deleting this option" : "Hi ha hagut un problema en suprimir aquesta opció",
"A long answer for the question “{text}”" : "Una resposta llarga per a la pregunta \"{text}\"",
"A short answer for the question “{text}”" : "Una resposta curta per a la pregunta \"{text}\"",
"Delete this response" : "Suprimir aquesta resposta",
"User or group name …" : "Nom d'usuari o de grup ...",
@ -49,12 +49,13 @@ OC.L10N.register(
"Error while saving form" : "Error en desar el formulari",
"Loading responses …" : "Carregant respostes …",
"Back to questions" : "Tornar a preguntes",
"Summary" : "Resum",
"Options" : "Opcions",
"Responses for {title}" : "Respostes per a {title}",
"Export to CSV" : "Exporta a CSV",
"Options" : "Opcions",
"Delete all responses" : "Suprimeix totes les respostes",
"No responses yet" : "No hi ha respostes encara",
"Results of submitted forms will show up here" : "Els resultats dels formularis enviats es mostraran aquí",
"There was an error while loading results" : "Error en carregar els resultats",
"There was an error while removing this response" : "Hi ha hagut un error en eliminar aquesta resposta",
"Are you sure you want to delete all responses of {title}?" : "Esteu segur que voleu suprimir totes les respostes de {title}?",
"There was an error while removing responses" : "Hi ha hagut un error en eliminar respostes",
@ -73,8 +74,8 @@ OC.L10N.register(
"Thank you for completing the form!" : "Gràcies per omplir el formulari!",
"There was an error submitting the form" : "Error en enviar el formulari",
"Error while saving question" : "Error en desar la pregunta",
"Checkboxes" : "Caselles de verificació",
"Multiple choice" : "Qüestionari d'elecció múltiple",
"Checkboxes" : "Caselles de verificació",
"Short answer" : "Resposta curta",
"Long text" : "Text llarg",
"Form expired" : "Formulari caducat",

View file

@ -27,9 +27,9 @@
"Title of question number {index}" : "Títol del número de pregunta {index}",
"Required" : "Obligatori",
"Delete question" : "Suprimeix la pregunta",
"A long answer for the question “{text}”" : "Una resposta llarga per a la pregunta \"{text}\"",
"Add a new answer" : "Afegir una nova resposta",
"There was an issue deleting this option" : "Hi ha hagut un problema en suprimir aquesta opció",
"A long answer for the question “{text}”" : "Una resposta llarga per a la pregunta \"{text}\"",
"A short answer for the question “{text}”" : "Una resposta curta per a la pregunta \"{text}\"",
"Delete this response" : "Suprimir aquesta resposta",
"User or group name …" : "Nom d'usuari o de grup ...",
@ -47,12 +47,13 @@
"Error while saving form" : "Error en desar el formulari",
"Loading responses …" : "Carregant respostes …",
"Back to questions" : "Tornar a preguntes",
"Summary" : "Resum",
"Options" : "Opcions",
"Responses for {title}" : "Respostes per a {title}",
"Export to CSV" : "Exporta a CSV",
"Options" : "Opcions",
"Delete all responses" : "Suprimeix totes les respostes",
"No responses yet" : "No hi ha respostes encara",
"Results of submitted forms will show up here" : "Els resultats dels formularis enviats es mostraran aquí",
"There was an error while loading results" : "Error en carregar els resultats",
"There was an error while removing this response" : "Hi ha hagut un error en eliminar aquesta resposta",
"Are you sure you want to delete all responses of {title}?" : "Esteu segur que voleu suprimir totes les respostes de {title}?",
"There was an error while removing responses" : "Hi ha hagut un error en eliminar respostes",
@ -71,8 +72,8 @@
"Thank you for completing the form!" : "Gràcies per omplir el formulari!",
"There was an error submitting the form" : "Error en enviar el formulari",
"Error while saving question" : "Error en desar la pregunta",
"Checkboxes" : "Caselles de verificació",
"Multiple choice" : "Qüestionari d'elecció múltiple",
"Checkboxes" : "Caselles de verificació",
"Short answer" : "Resposta curta",
"Long text" : "Text llarg",
"Form expired" : "Formulari caducat",

View file

@ -5,7 +5,7 @@ OC.L10N.register(
"Forms" : "Formuláře",
"Shared by %s" : "Sdílí %s",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Jednoduché průzkumy a dotazníky hostované u vás",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.\n- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Jednoduché průzkumy a dotazníky hostované u vás!**\n\n- **📝 Jednoduchý design:** Žádná záplava předvoleb pouze to, co je nezbytné. Funguje dobře i na mobilních platformách.\n- ** 📊 Zobrazení a export výsledků:** Výsledky jsou vizualizovány a je možné exportovat jako CSV (ve stejném formátu, jako používají Google Forms).\n- **🔒 Data pod vaší kontrolou!** Narozdíl od služeb Google Forms, Typeform, Doodle a dalších, informace o průzkumech a odpovědích zůstávají soukromé na vaší vlastní instanci.\n- **🙋 Zapojte se!** Máme v plánu mnoho věcí, jako více typů otázek, vyplňování formuláře spoluprací vícero uživatelů naráz, [a mnoho dalšího](https://github.com/nextcloud/forms/milestones)!",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Jednoduché průzkumy a dotazníky hostované u vás!**\n\n- **📝 Jednoduchý design:** Žádná záplava předvoleb pouze to, co je nezbytné. Funguje dobře i na mobilních platformách.\n- **💾 Export výsledků:** Výsledky je možné exportovat jako CSV (ve stejném formátu, jako používají Google Forms).\n- **🙋 Zapojte se!** Máme v plánu mnoho věcí, jako typy otázek, vyplňování formuláře spoluprací vícero uživatelů naráz, [a mnoho dalšího](https://github.com/nextcloud/forms/milestones)!",
"New form" : "Nový formulář",
"Loading forms …" : "Načítání formulářů…",
"No forms created yet" : "Zatím nevytvořeny žádné formuláře",
@ -32,12 +32,11 @@ OC.L10N.register(
"Required" : "Vyžadován",
"Delete question" : "Smazat otázku",
"This question needs a title!" : "Tato otázka potřebuje nadpis!",
"A long answer for the question “{text}”" : "Dlouhá odpověď na otázku „{text}“",
"Add a new answer" : "Přidat novou odpověď",
"There was an issue deleting this option" : "Při mazání této volby došlo k problému",
"A long answer for the question “{text}”" : "Dlouhá odpověď na otázku „{text}“",
"A short answer for the question “{text}”" : "Krátká odpověď na otázku „{text}“",
"Delete this response" : "Smazat tuto odpověď",
"No response" : "Žádná odpověď",
"User or group name …" : "Uživatelské jméno nebo název skupiny …",
"No recommendations. Start typing." : "Žádná doporučení. Pište",
"Searching …" : "Hledání...",
@ -54,14 +53,13 @@ OC.L10N.register(
"Error while saving form" : "Chyba při ukládání formuláře",
"Loading responses …" : "Načítání odpovědí …",
"Back to questions" : "Zpět k otázkám",
"{amount} responses" : "{amount} odpovědí",
"Summary" : "Souhrn",
"Options" : "Volby",
"Responses for {title}" : "Odpovědi na {title}",
"Export to CSV" : "Exportovat do CSV",
"Options" : "Volby",
"Delete all responses" : "Smazat všechny odpovědi",
"No responses yet" : "Zatím žádné odpvědi",
"Results of submitted forms will show up here" : "Výsledky odeslaných formulářů se zobrazí zde",
"There was an error while loading the results" : "Při načítání výsledků došlo k chybě",
"There was an error while loading results" : "Došlo k chybě při načítání výsledků",
"There was an error while removing this response" : "Při odebírání této odpovědi došlo k chybě",
"Are you sure you want to delete all responses of {title}?" : "Opravdu chcete smazat všechny odpovědi v {title}?",
"There was an error while removing responses" : "Při odebírání těchto odpovědí došlo k chybě",
@ -84,15 +82,11 @@ OC.L10N.register(
"Thank you for completing the form!" : "Děkujeme za vyplnění formuláře!",
"There was an error submitting the form" : "Při odesílání formuláře došlo k chybě",
"Error while saving question" : "Chyba při ukládání otázky",
"Checkboxes" : "Zatržítka",
"Checkbox question title" : "Nadpis otázky se zaškrtávací kolonkou",
"This question needs a title and at least one answer!" : "Tato otázka potřebuje nadpis a alespoň jednu odpověď!",
"Multiple choice" : "Vícero možností",
"Multiple choice question title" : "Nadpis otázky s vícero volbami",
"Dropdown" : "Rozbalovací",
"Dropdown question title" : "Nadpis rozbalovací otázky",
"People can pick one option" : "Lidé mohou vybrat jednu možnost",
"Pick an option" : "Vyberte možnost",
"This question needs a title and at least one answer!" : "Tato otázka potřebuje nadpis a alespoň jednu odpověď!",
"Checkboxes" : "Zatržítka",
"Checkbox question title" : "Nadpis otázky se zaškrtávací kolonkou",
"Short answer" : "Krátká odpověď",
"Short answer question title" : "Nadpis otázky pro stručnou odpověď",
"People can enter a short answer" : "Lidé mohou zadat krátkou odpověď",

View file

@ -3,7 +3,7 @@
"Forms" : "Formuláře",
"Shared by %s" : "Sdílí %s",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Jednoduché průzkumy a dotazníky hostované u vás",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.\n- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Jednoduché průzkumy a dotazníky hostované u vás!**\n\n- **📝 Jednoduchý design:** Žádná záplava předvoleb pouze to, co je nezbytné. Funguje dobře i na mobilních platformách.\n- ** 📊 Zobrazení a export výsledků:** Výsledky jsou vizualizovány a je možné exportovat jako CSV (ve stejném formátu, jako používají Google Forms).\n- **🔒 Data pod vaší kontrolou!** Narozdíl od služeb Google Forms, Typeform, Doodle a dalších, informace o průzkumech a odpovědích zůstávají soukromé na vaší vlastní instanci.\n- **🙋 Zapojte se!** Máme v plánu mnoho věcí, jako více typů otázek, vyplňování formuláře spoluprací vícero uživatelů naráz, [a mnoho dalšího](https://github.com/nextcloud/forms/milestones)!",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Jednoduché průzkumy a dotazníky hostované u vás!**\n\n- **📝 Jednoduchý design:** Žádná záplava předvoleb pouze to, co je nezbytné. Funguje dobře i na mobilních platformách.\n- **💾 Export výsledků:** Výsledky je možné exportovat jako CSV (ve stejném formátu, jako používají Google Forms).\n- **🙋 Zapojte se!** Máme v plánu mnoho věcí, jako typy otázek, vyplňování formuláře spoluprací vícero uživatelů naráz, [a mnoho dalšího](https://github.com/nextcloud/forms/milestones)!",
"New form" : "Nový formulář",
"Loading forms …" : "Načítání formulářů…",
"No forms created yet" : "Zatím nevytvořeny žádné formuláře",
@ -30,12 +30,11 @@
"Required" : "Vyžadován",
"Delete question" : "Smazat otázku",
"This question needs a title!" : "Tato otázka potřebuje nadpis!",
"A long answer for the question “{text}”" : "Dlouhá odpověď na otázku „{text}“",
"Add a new answer" : "Přidat novou odpověď",
"There was an issue deleting this option" : "Při mazání této volby došlo k problému",
"A long answer for the question “{text}”" : "Dlouhá odpověď na otázku „{text}“",
"A short answer for the question “{text}”" : "Krátká odpověď na otázku „{text}“",
"Delete this response" : "Smazat tuto odpověď",
"No response" : "Žádná odpověď",
"User or group name …" : "Uživatelské jméno nebo název skupiny …",
"No recommendations. Start typing." : "Žádná doporučení. Pište",
"Searching …" : "Hledání...",
@ -52,14 +51,13 @@
"Error while saving form" : "Chyba při ukládání formuláře",
"Loading responses …" : "Načítání odpovědí …",
"Back to questions" : "Zpět k otázkám",
"{amount} responses" : "{amount} odpovědí",
"Summary" : "Souhrn",
"Options" : "Volby",
"Responses for {title}" : "Odpovědi na {title}",
"Export to CSV" : "Exportovat do CSV",
"Options" : "Volby",
"Delete all responses" : "Smazat všechny odpovědi",
"No responses yet" : "Zatím žádné odpvědi",
"Results of submitted forms will show up here" : "Výsledky odeslaných formulářů se zobrazí zde",
"There was an error while loading the results" : "Při načítání výsledků došlo k chybě",
"There was an error while loading results" : "Došlo k chybě při načítání výsledků",
"There was an error while removing this response" : "Při odebírání této odpovědi došlo k chybě",
"Are you sure you want to delete all responses of {title}?" : "Opravdu chcete smazat všechny odpovědi v {title}?",
"There was an error while removing responses" : "Při odebírání těchto odpovědí došlo k chybě",
@ -82,15 +80,11 @@
"Thank you for completing the form!" : "Děkujeme za vyplnění formuláře!",
"There was an error submitting the form" : "Při odesílání formuláře došlo k chybě",
"Error while saving question" : "Chyba při ukládání otázky",
"Checkboxes" : "Zatržítka",
"Checkbox question title" : "Nadpis otázky se zaškrtávací kolonkou",
"This question needs a title and at least one answer!" : "Tato otázka potřebuje nadpis a alespoň jednu odpověď!",
"Multiple choice" : "Vícero možností",
"Multiple choice question title" : "Nadpis otázky s vícero volbami",
"Dropdown" : "Rozbalovací",
"Dropdown question title" : "Nadpis rozbalovací otázky",
"People can pick one option" : "Lidé mohou vybrat jednu možnost",
"Pick an option" : "Vyberte možnost",
"This question needs a title and at least one answer!" : "Tato otázka potřebuje nadpis a alespoň jednu odpověď!",
"Checkboxes" : "Zatržítka",
"Checkbox question title" : "Nadpis otázky se zaškrtávací kolonkou",
"Short answer" : "Krátká odpověď",
"Short answer question title" : "Nadpis otázky pro stručnou odpověď",
"People can enter a short answer" : "Lidé mohou zadat krátkou odpověď",

View file

@ -5,7 +5,6 @@ OC.L10N.register(
"Searching …" : "Søger ...",
"Group" : "Gruppe",
"Description" : "Beskrivelse",
"Summary" : "Oversigt",
"Settings" : "Indstillinger",
"Set expiration date" : "Angiv udløbsdato",
"Expiration date" : "Udløbsdato",

View file

@ -3,7 +3,6 @@
"Searching …" : "Søger ...",
"Group" : "Gruppe",
"Description" : "Beskrivelse",
"Summary" : "Oversigt",
"Settings" : "Indstillinger",
"Set expiration date" : "Angiv udløbsdato",
"Expiration date" : "Udløbsdato",

View file

@ -5,7 +5,7 @@ OC.L10N.register(
"Forms" : "Formulare",
"Shared by %s" : "Geteilt von %s",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Einfache Umfragen und Fragebögen, selbst gehostet",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.\n- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Einfache Umfragen und Fragebögen, selbst gehostet!**\n\n- **📝 Einfaches Design:** Keine Unzahl von Optionen, nur das Wesentliche. Funktioniert auch auf Mobiltelefonen.\n- **💾 Ergebnisse ansehen und exportieren:** Ergebnisse werden visualisiert und können als CSV im gleichen Format exportiert werden, das auch von Google Forms; Typeform, Doodle und anderen verwendet wird.\n- **🙋 Mache mit!** Wir haben eine Menge Sachen geplant, wie mehr Fragetypen, Zusammenarbeit an Formularen, [und vieles mehr](https://github.com/nextcloud/forms/milestones)!",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Einfache Umfragen und Fragebögen, selbst gehostet!**\n\n- **📝 Einfaches Design:** Keine Masse von Optionen, nur das Wesentliche. Funktioniert natürlich auch auf Mobiltelefonen.\n- **💾 Ergebnisse exportieren:** Ergebnisse können als CSV im gleichen Format exportiert werden, das auch von Google Forms verwendet wird.\n- **🙋 Machen Sie mit!** Wir haben eine Menge Sachen geplant, wie mehr Fragetypen, Zusammenarbeit an Formularen, [und vieles mehr] (https://github.com/nextcloud/forms/milestones)!",
"New form" : "Neues Formular",
"Loading forms …" : "Lade Formulare …",
"No forms created yet" : "Bis jetzt wurden noch keine Formulare erstellt",
@ -32,12 +32,11 @@ OC.L10N.register(
"Required" : "Erforderlich",
"Delete question" : "Frage löschen",
"This question needs a title!" : "Diese Frage braucht einen Titel!",
"A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“",
"Add a new answer" : "Neue Antwort hinzufügen",
"There was an issue deleting this option" : "Es gab einen Fehler beim Löschen dieser Option",
"A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“",
"A short answer for the question “{text}”" : "Eine kurze Antwort zu Frage „{text}“",
"Delete this response" : "Diese Antwort löschen",
"No response" : "Keine Antwort",
"User or group name …" : "Benutzer oder Gruppenname …",
"No recommendations. Start typing." : "Keine Empfehlungen. Beginne mit der Eingabe.",
"Searching …" : "Suche …",
@ -54,14 +53,13 @@ OC.L10N.register(
"Error while saving form" : "Fehler beim Speichern des Formulars",
"Loading responses …" : "Antworten laden …",
"Back to questions" : "Zurück zu den Fragen",
"{amount} responses" : "{amount} Antworten",
"Summary" : "Zusammenfassung",
"Options" : "Optionen",
"Responses for {title}" : "Antworten zu {title}",
"Export to CSV" : "Als CSV exportieren",
"Options" : "Optionen",
"Delete all responses" : "Alle Antworten löschen",
"No responses yet" : "Bis jetzt noch keine Antworten",
"Results of submitted forms will show up here" : "Die Ergebnisse von eingereichten Formularen werden hier angezeigt",
"There was an error while loading the results" : "Fehler beim Laden der Ergebnisse",
"There was an error while loading results" : "Es gab einen Fehler beim Laden der Ergebnisse",
"There was an error while removing this response" : "Ein Fehler ist beim Löschen der Antwort aufgetreten",
"Are you sure you want to delete all responses of {title}?" : "Möchtest Du alle Antworten zu {title} löschen?",
"There was an error while removing responses" : "Beim Löschen der Antworten ist ein Fehler aufgetreten",
@ -84,15 +82,11 @@ OC.L10N.register(
"Thank you for completing the form!" : "Vielen Dank für Deine Teilnahme!",
"There was an error submitting the form" : "Beim Übermitteln des Formulars ist ein Fehler aufgetreten",
"Error while saving question" : "Fehler beim speichern der Frage",
"Multiple choice" : "Mehrfachauswahl",
"Multiple choice question title" : "Titel der Frage mit Mehrfachauswahl",
"This question needs a title and at least one answer!" : "Diese Frage braucht einen Titel und mindestens eine Antwort!",
"Checkboxes" : "Kontrollkästchen",
"Checkbox question title" : "Titel der Frage mit Kontrollkästchen",
"This question needs a title and at least one answer!" : "Diese Frage braucht einen Titel und mindestens eine Antwort!",
"Multiple choice" : "Einfachauswahl",
"Multiple choice question title" : "Titel der Frage für Einfachauswahl",
"Dropdown" : "Aufklappmenü",
"Dropdown question title" : "Titel der Frage im Aufklappmenü",
"People can pick one option" : "Teilnehmer können eine Option wählen",
"Pick an option" : "Wähle eine Option",
"Short answer" : "Kurze Antwort",
"Short answer question title" : "Titel der Frage mit kurzer Antwort",
"People can enter a short answer" : "Personen können eine kurze Antwort eingeben",

View file

@ -3,7 +3,7 @@
"Forms" : "Formulare",
"Shared by %s" : "Geteilt von %s",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Einfache Umfragen und Fragebögen, selbst gehostet",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.\n- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Einfache Umfragen und Fragebögen, selbst gehostet!**\n\n- **📝 Einfaches Design:** Keine Unzahl von Optionen, nur das Wesentliche. Funktioniert auch auf Mobiltelefonen.\n- **💾 Ergebnisse ansehen und exportieren:** Ergebnisse werden visualisiert und können als CSV im gleichen Format exportiert werden, das auch von Google Forms; Typeform, Doodle und anderen verwendet wird.\n- **🙋 Mache mit!** Wir haben eine Menge Sachen geplant, wie mehr Fragetypen, Zusammenarbeit an Formularen, [und vieles mehr](https://github.com/nextcloud/forms/milestones)!",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Einfache Umfragen und Fragebögen, selbst gehostet!**\n\n- **📝 Einfaches Design:** Keine Masse von Optionen, nur das Wesentliche. Funktioniert natürlich auch auf Mobiltelefonen.\n- **💾 Ergebnisse exportieren:** Ergebnisse können als CSV im gleichen Format exportiert werden, das auch von Google Forms verwendet wird.\n- **🙋 Machen Sie mit!** Wir haben eine Menge Sachen geplant, wie mehr Fragetypen, Zusammenarbeit an Formularen, [und vieles mehr] (https://github.com/nextcloud/forms/milestones)!",
"New form" : "Neues Formular",
"Loading forms …" : "Lade Formulare …",
"No forms created yet" : "Bis jetzt wurden noch keine Formulare erstellt",
@ -30,12 +30,11 @@
"Required" : "Erforderlich",
"Delete question" : "Frage löschen",
"This question needs a title!" : "Diese Frage braucht einen Titel!",
"A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“",
"Add a new answer" : "Neue Antwort hinzufügen",
"There was an issue deleting this option" : "Es gab einen Fehler beim Löschen dieser Option",
"A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“",
"A short answer for the question “{text}”" : "Eine kurze Antwort zu Frage „{text}“",
"Delete this response" : "Diese Antwort löschen",
"No response" : "Keine Antwort",
"User or group name …" : "Benutzer oder Gruppenname …",
"No recommendations. Start typing." : "Keine Empfehlungen. Beginne mit der Eingabe.",
"Searching …" : "Suche …",
@ -52,14 +51,13 @@
"Error while saving form" : "Fehler beim Speichern des Formulars",
"Loading responses …" : "Antworten laden …",
"Back to questions" : "Zurück zu den Fragen",
"{amount} responses" : "{amount} Antworten",
"Summary" : "Zusammenfassung",
"Options" : "Optionen",
"Responses for {title}" : "Antworten zu {title}",
"Export to CSV" : "Als CSV exportieren",
"Options" : "Optionen",
"Delete all responses" : "Alle Antworten löschen",
"No responses yet" : "Bis jetzt noch keine Antworten",
"Results of submitted forms will show up here" : "Die Ergebnisse von eingereichten Formularen werden hier angezeigt",
"There was an error while loading the results" : "Fehler beim Laden der Ergebnisse",
"There was an error while loading results" : "Es gab einen Fehler beim Laden der Ergebnisse",
"There was an error while removing this response" : "Ein Fehler ist beim Löschen der Antwort aufgetreten",
"Are you sure you want to delete all responses of {title}?" : "Möchtest Du alle Antworten zu {title} löschen?",
"There was an error while removing responses" : "Beim Löschen der Antworten ist ein Fehler aufgetreten",
@ -82,15 +80,11 @@
"Thank you for completing the form!" : "Vielen Dank für Deine Teilnahme!",
"There was an error submitting the form" : "Beim Übermitteln des Formulars ist ein Fehler aufgetreten",
"Error while saving question" : "Fehler beim speichern der Frage",
"Multiple choice" : "Mehrfachauswahl",
"Multiple choice question title" : "Titel der Frage mit Mehrfachauswahl",
"This question needs a title and at least one answer!" : "Diese Frage braucht einen Titel und mindestens eine Antwort!",
"Checkboxes" : "Kontrollkästchen",
"Checkbox question title" : "Titel der Frage mit Kontrollkästchen",
"This question needs a title and at least one answer!" : "Diese Frage braucht einen Titel und mindestens eine Antwort!",
"Multiple choice" : "Einfachauswahl",
"Multiple choice question title" : "Titel der Frage für Einfachauswahl",
"Dropdown" : "Aufklappmenü",
"Dropdown question title" : "Titel der Frage im Aufklappmenü",
"People can pick one option" : "Teilnehmer können eine Option wählen",
"Pick an option" : "Wähle eine Option",
"Short answer" : "Kurze Antwort",
"Short answer question title" : "Titel der Frage mit kurzer Antwort",
"People can enter a short answer" : "Personen können eine kurze Antwort eingeben",

View file

@ -5,7 +5,7 @@ OC.L10N.register(
"Forms" : "Formulare",
"Shared by %s" : "Geteilt von %s",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Einfache Umfragen und Fragebögen, selbst gehostet",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.\n- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Einfache Umfragen und Fragebögen, selbst gehostet!**\n\n- **📝 Einfaches Design:** Keine Unzahl von Optionen, nur das Wesentliche. Funktioniert auch auf Mobiltelefonen.\n- **💾 Ergebnisse ansehen und exportieren:** Ergebnisse werden visualisiert und können als CSV im gleichen Format exportiert werden, das auch von Google Forms; Typeform, Doodle und anderen verwendet wird.\n- **🙋 Machen Sie mit!** Wir haben eine Menge Sachen geplant, wie mehr Fragetypen, Zusammenarbeit an Formularen, [und vieles mehr](https://github.com/nextcloud/forms/milestones)!",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Einfache Umfragen und Fragebögen, selbst gehostet!**\n\n- **📝 Einfaches Design:** Keine Masse von Optionen, nur das Wesentliche. Funktioniert natürlich auch auf Mobiltelefonen.\n- **💾 Ergebnisse exportieren:** Ergebnisse können als CSV im gleichen Format exportiert werden, das auch von Google Forms verwendet wird.\n- **🙋 Mache mit!** Wir haben eine Menge Sachen geplant, wie mehr Fragetypen, Zusammenarbeit an Formularen, [und vieles mehr] (https://github.com/nextcloud/forms/milestones)!",
"New form" : "Neues Formular",
"Loading forms …" : "Lade Formulare …",
"No forms created yet" : "Bis jetzt wurden noch keine Formulare erstellt",
@ -32,12 +32,11 @@ OC.L10N.register(
"Required" : "Erforderlich",
"Delete question" : "Frage löschen",
"This question needs a title!" : "Diese Frage braucht einen Titel!",
"A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“",
"Add a new answer" : "Neue Antwort hinzufügen",
"There was an issue deleting this option" : "Es gab einen Fehler beim Löschen dieser Option",
"A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“",
"A short answer for the question “{text}”" : "Eine kurze Antwort zu Frage „{text}“",
"Delete this response" : "Diese Antwort löschen",
"No response" : "Keine Antwort",
"User or group name …" : "Benutzer oder Gruppenname …",
"No recommendations. Start typing." : "Keine Empfehlungen. Beginnen Sie mit der Eingabe.",
"Searching …" : "Suche …",
@ -54,14 +53,13 @@ OC.L10N.register(
"Error while saving form" : "Fehler beim Speichern des Formulars",
"Loading responses …" : "Antworten laden …",
"Back to questions" : "Zurück zu den Fragen",
"{amount} responses" : "{amount} Antworten",
"Summary" : "Zusammenfassung",
"Options" : "Optionen",
"Responses for {title}" : "Antworten zu {title}",
"Export to CSV" : "Als CSV exportieren",
"Options" : "Optionen",
"Delete all responses" : "Alle Antworten löschen",
"No responses yet" : "Bis jetzt noch keine Antworten",
"Results of submitted forms will show up here" : "Die Ergebnisse von eingereichten Formularen werden hier angezeigt",
"There was an error while loading the results" : "Fehler beim Laden der Ergebnisse",
"There was an error while loading results" : "Es gab einen Fehler beim Laden der Ergebnisse",
"There was an error while removing this response" : "Ein Fehler ist beim Löschen der Antwort aufgetreten",
"Are you sure you want to delete all responses of {title}?" : "Möchten Sie alle Antworten zu {title} löschen?",
"There was an error while removing responses" : "Beim Löschen der Antworten ist ein Fehler aufgetreten",
@ -84,15 +82,11 @@ OC.L10N.register(
"Thank you for completing the form!" : "Vielen Dank für Ihre Teilnahme!",
"There was an error submitting the form" : "Beim Übermitteln des Formulars ist ein Fehler aufgetreten",
"Error while saving question" : "Fehler beim speichern der Frage",
"Multiple choice" : "Mehrfachauswahl",
"Multiple choice question title" : "Titel der Frage mit Mehrfachauswahl",
"This question needs a title and at least one answer!" : "Diese Frage braucht einen Titel und mindestens eine Antwort!",
"Checkboxes" : "Kontrollkästchen",
"Checkbox question title" : "Titel der Frage mit Kontrollkästchen",
"This question needs a title and at least one answer!" : "Diese Frage braucht einen Titel und mindestens eine Antwort!",
"Multiple choice" : "Einfachauswahl",
"Multiple choice question title" : "Titel der Frage für Einfachauswahl",
"Dropdown" : "Aufklappmenü",
"Dropdown question title" : "Titel der Frage im Aufklappmenü",
"People can pick one option" : "Teilnehmer können eine Option wählen",
"Pick an option" : "Wählen Sie eine Option",
"Short answer" : "Kurze Antwort",
"Short answer question title" : "Titel der Frage mit kurzer Antwort",
"People can enter a short answer" : "Personen können eine kurze Antwort eingeben",

View file

@ -3,7 +3,7 @@
"Forms" : "Formulare",
"Shared by %s" : "Geteilt von %s",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Einfache Umfragen und Fragebögen, selbst gehostet",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.\n- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Einfache Umfragen und Fragebögen, selbst gehostet!**\n\n- **📝 Einfaches Design:** Keine Unzahl von Optionen, nur das Wesentliche. Funktioniert auch auf Mobiltelefonen.\n- **💾 Ergebnisse ansehen und exportieren:** Ergebnisse werden visualisiert und können als CSV im gleichen Format exportiert werden, das auch von Google Forms; Typeform, Doodle und anderen verwendet wird.\n- **🙋 Machen Sie mit!** Wir haben eine Menge Sachen geplant, wie mehr Fragetypen, Zusammenarbeit an Formularen, [und vieles mehr](https://github.com/nextcloud/forms/milestones)!",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Einfache Umfragen und Fragebögen, selbst gehostet!**\n\n- **📝 Einfaches Design:** Keine Masse von Optionen, nur das Wesentliche. Funktioniert natürlich auch auf Mobiltelefonen.\n- **💾 Ergebnisse exportieren:** Ergebnisse können als CSV im gleichen Format exportiert werden, das auch von Google Forms verwendet wird.\n- **🙋 Mache mit!** Wir haben eine Menge Sachen geplant, wie mehr Fragetypen, Zusammenarbeit an Formularen, [und vieles mehr] (https://github.com/nextcloud/forms/milestones)!",
"New form" : "Neues Formular",
"Loading forms …" : "Lade Formulare …",
"No forms created yet" : "Bis jetzt wurden noch keine Formulare erstellt",
@ -30,12 +30,11 @@
"Required" : "Erforderlich",
"Delete question" : "Frage löschen",
"This question needs a title!" : "Diese Frage braucht einen Titel!",
"A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“",
"Add a new answer" : "Neue Antwort hinzufügen",
"There was an issue deleting this option" : "Es gab einen Fehler beim Löschen dieser Option",
"A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“",
"A short answer for the question “{text}”" : "Eine kurze Antwort zu Frage „{text}“",
"Delete this response" : "Diese Antwort löschen",
"No response" : "Keine Antwort",
"User or group name …" : "Benutzer oder Gruppenname …",
"No recommendations. Start typing." : "Keine Empfehlungen. Beginnen Sie mit der Eingabe.",
"Searching …" : "Suche …",
@ -52,14 +51,13 @@
"Error while saving form" : "Fehler beim Speichern des Formulars",
"Loading responses …" : "Antworten laden …",
"Back to questions" : "Zurück zu den Fragen",
"{amount} responses" : "{amount} Antworten",
"Summary" : "Zusammenfassung",
"Options" : "Optionen",
"Responses for {title}" : "Antworten zu {title}",
"Export to CSV" : "Als CSV exportieren",
"Options" : "Optionen",
"Delete all responses" : "Alle Antworten löschen",
"No responses yet" : "Bis jetzt noch keine Antworten",
"Results of submitted forms will show up here" : "Die Ergebnisse von eingereichten Formularen werden hier angezeigt",
"There was an error while loading the results" : "Fehler beim Laden der Ergebnisse",
"There was an error while loading results" : "Es gab einen Fehler beim Laden der Ergebnisse",
"There was an error while removing this response" : "Ein Fehler ist beim Löschen der Antwort aufgetreten",
"Are you sure you want to delete all responses of {title}?" : "Möchten Sie alle Antworten zu {title} löschen?",
"There was an error while removing responses" : "Beim Löschen der Antworten ist ein Fehler aufgetreten",
@ -82,15 +80,11 @@
"Thank you for completing the form!" : "Vielen Dank für Ihre Teilnahme!",
"There was an error submitting the form" : "Beim Übermitteln des Formulars ist ein Fehler aufgetreten",
"Error while saving question" : "Fehler beim speichern der Frage",
"Multiple choice" : "Mehrfachauswahl",
"Multiple choice question title" : "Titel der Frage mit Mehrfachauswahl",
"This question needs a title and at least one answer!" : "Diese Frage braucht einen Titel und mindestens eine Antwort!",
"Checkboxes" : "Kontrollkästchen",
"Checkbox question title" : "Titel der Frage mit Kontrollkästchen",
"This question needs a title and at least one answer!" : "Diese Frage braucht einen Titel und mindestens eine Antwort!",
"Multiple choice" : "Einfachauswahl",
"Multiple choice question title" : "Titel der Frage für Einfachauswahl",
"Dropdown" : "Aufklappmenü",
"Dropdown question title" : "Titel der Frage im Aufklappmenü",
"People can pick one option" : "Teilnehmer können eine Option wählen",
"Pick an option" : "Wählen Sie eine Option",
"Short answer" : "Kurze Antwort",
"Short answer question title" : "Titel der Frage mit kurzer Antwort",
"People can enter a short answer" : "Personen können eine kurze Antwort eingeben",

View file

@ -5,7 +5,7 @@ OC.L10N.register(
"Forms" : "Φόρμες",
"Shared by %s" : "Διαμοιράστηκε από %s",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Απλές αυτόνομες έρευνες και ερωτηματολόγια",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.\n- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Απλές αυτόνομες έρευνες και ερωτηματολόγια!**\n\n- **📝 Απλός Σχεδιασμός:** Χωρίς περιττές ρυθμίσεις, μόνο τα απαραίτητα. Πλήρη συμβατότητα με φορητές συσκευές.\n- **📊 Εμφάνιση & εξαγωγή αποτελεσμάτων:** Τα αποτελέσματα απεικονίζονται και μπορούν να εξαχθούν ως αρχείο CSV όπως την μορφή που χρησιμοποιεί το Google Forms.\n- **🔒 Δεδομένα υπό τον έλεγχό σας! ** Σε αντίθεση με τις Φόρμες Google, το Typeform, το Doodle και άλλα, οι πληροφορίες και οι απαντήσεις της έρευνας διατηρούνται ιδιωτικές.\n- **🙋 Συμμετέχετε!** Έχουμε προγραμματίσει πολλά πράγματα, όπως περισσότερους τύπους ερωτήσεων, συνεργασία σε φόρμες, [και πολλά περισσότερα](https://github.com/nextcloud/forms/milestones)!",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Απλές αυτόνομες έρευνες και ερωτηματολόγια!**\n\n- **📝 Απλός Σχεδιασμός:** Χωρίς περιττές ρυθμίσεις, μόνο τα απαραίτητα. Πλήρη συμβατότητα με φορητές συσκευές.\n- **💾 Εξαγωγή αποτελεσμάτων:** Τα αποτελέσματα μπορούν να εξαχθούν ως CSV όπως την μορφή που χρησιμοποιεί το Google Forms.\n- **🙋 Συμμετέχετε!** Έχουμε προγραμματίσει πολλά πράγματα, όπως περισσότερους τύπους ερωτήσεων, συνεργασία σε φόρμες, [και πολλά περισσότερα](https://github.com/nextcloud/forms/milestones)!",
"New form" : "Νέα φόρμα",
"Loading forms …" : "Φόρτωση φορμών ...",
"No forms created yet" : "Δεν δημιουργήθηκαν φόρμες ακόμα",
@ -32,12 +32,11 @@ OC.L10N.register(
"Required" : "Απαιτείται",
"Delete question" : "Διαγραφή ερώτησης",
"This question needs a title!" : "Αυτή η ερώτηση χρειάζεται έναν τίτλο!",
"A long answer for the question “{text}”" : "Μια μακρά απάντηση για την ερώτηση “{text}”",
"Add a new answer" : "Προσθέστε νέα απάντηση",
"There was an issue deleting this option" : "Υπήρξε πρόβλημα κατά την διαγραφή της επιλογής",
"A long answer for the question “{text}”" : "Μια μακρά απάντηση για την ερώτηση “{text}”",
"A short answer for the question “{text}”" : "Σύντομη απάντηση στην ερώτηση “{text}”",
"Delete this response" : "Διαγραφή απάντησης",
"No response" : "Καμία απάντηση",
"User or group name …" : "Όνομα χρήστη ή ομάδας",
"No recommendations. Start typing." : "Δεν υπάρχουν συστάσεις. Αρχίστε να πληκτρολογείτε.",
"Searching …" : "Αναζήτηση ...",
@ -54,14 +53,13 @@ OC.L10N.register(
"Error while saving form" : "Σφάλμα κατά την αποθήκευση της φόρμας",
"Loading responses …" : "Φόρτωση απαντήσεων ...",
"Back to questions" : "Επιστροφή στις ερωτήσεις",
"{amount} responses" : "{amount} απαντήσεις",
"Summary" : "Σύνοψη",
"Options" : "Επιλογές",
"Responses for {title}" : "Απαντήσεις για {title}",
"Export to CSV" : "Εξαγωγή σε CSV",
"Options" : "Επιλογές",
"Delete all responses" : "Διαγραφή απαντήσεων",
"No responses yet" : "Καμία απάντηση ακόμη",
"Results of submitted forms will show up here" : "Τα αποτελέσματα των φορμών θα εμφανίζονται εδώ",
"There was an error while loading the results" : "Υπήρξε σφάλμα κατά την φόρτωση των αποτελεσμάτων",
"There was an error while loading results" : "Υπήρξε σφάλμα κατά την φόρτωση των αποτελεσμάτων",
"There was an error while removing this response" : "Σφάλμα κατά την αφαίρεση απάντησης",
"Are you sure you want to delete all responses of {title}?" : "Θέλετε σίγουρα να διαγράψετε όλες τις απαντήσεις του {title};",
"There was an error while removing responses" : "Σφάλμα κατά την αφαίρεση των απαντήσεων",
@ -84,15 +82,11 @@ OC.L10N.register(
"Thank you for completing the form!" : "Σας ευχαριστούμε για την ολοκλήρωση της φόρμας!",
"There was an error submitting the form" : "Σφάλμα κατά την υποβολή της φόρμας",
"Error while saving question" : "Σφάλμα κατά την αποθήκευση ερώτησης",
"Checkboxes" : "Πλαίσια ελέγχου",
"Checkbox question title" : "Τίτλος ερώτησης πλαισίου ελέγχου",
"This question needs a title and at least one answer!" : "Αυτή η ερώτηση χρειάζεται έναν τίτλο και τουλάχιστον μια απάντηση!",
"Multiple choice" : "Πολλαπλών επιλογών",
"Multiple choice question title" : "Τίτλος ερώτησης πολλαπλών επιλογών",
"Dropdown" : "Αναπτυσσόμενο",
"Dropdown question title" : "Αναπτυσσόμενος τίτλος ερώτησης",
"People can pick one option" : "Οι χρήστες μπορούν να κάνουν μία επιλογή",
"Pick an option" : "Κάνετε μία επιλογή",
"This question needs a title and at least one answer!" : "Αυτή η ερώτηση χρειάζεται έναν τίτλο και τουλάχιστον μια απάντηση!",
"Checkboxes" : "Πλαίσια ελέγχου",
"Checkbox question title" : "Τίτλος ερώτησης πλαισίου ελέγχου",
"Short answer" : "Σύντομη απάντηση",
"Short answer question title" : "Τίτλος ερωτήματος σύντομης απάντησης",
"People can enter a short answer" : "Οι χρήστες μπορούν να εισαγάγουν μια σύντομη απάντηση",

View file

@ -3,7 +3,7 @@
"Forms" : "Φόρμες",
"Shared by %s" : "Διαμοιράστηκε από %s",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Απλές αυτόνομες έρευνες και ερωτηματολόγια",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.\n- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Απλές αυτόνομες έρευνες και ερωτηματολόγια!**\n\n- **📝 Απλός Σχεδιασμός:** Χωρίς περιττές ρυθμίσεις, μόνο τα απαραίτητα. Πλήρη συμβατότητα με φορητές συσκευές.\n- **📊 Εμφάνιση & εξαγωγή αποτελεσμάτων:** Τα αποτελέσματα απεικονίζονται και μπορούν να εξαχθούν ως αρχείο CSV όπως την μορφή που χρησιμοποιεί το Google Forms.\n- **🔒 Δεδομένα υπό τον έλεγχό σας! ** Σε αντίθεση με τις Φόρμες Google, το Typeform, το Doodle και άλλα, οι πληροφορίες και οι απαντήσεις της έρευνας διατηρούνται ιδιωτικές.\n- **🙋 Συμμετέχετε!** Έχουμε προγραμματίσει πολλά πράγματα, όπως περισσότερους τύπους ερωτήσεων, συνεργασία σε φόρμες, [και πολλά περισσότερα](https://github.com/nextcloud/forms/milestones)!",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Απλές αυτόνομες έρευνες και ερωτηματολόγια!**\n\n- **📝 Απλός Σχεδιασμός:** Χωρίς περιττές ρυθμίσεις, μόνο τα απαραίτητα. Πλήρη συμβατότητα με φορητές συσκευές.\n- **💾 Εξαγωγή αποτελεσμάτων:** Τα αποτελέσματα μπορούν να εξαχθούν ως CSV όπως την μορφή που χρησιμοποιεί το Google Forms.\n- **🙋 Συμμετέχετε!** Έχουμε προγραμματίσει πολλά πράγματα, όπως περισσότερους τύπους ερωτήσεων, συνεργασία σε φόρμες, [και πολλά περισσότερα](https://github.com/nextcloud/forms/milestones)!",
"New form" : "Νέα φόρμα",
"Loading forms …" : "Φόρτωση φορμών ...",
"No forms created yet" : "Δεν δημιουργήθηκαν φόρμες ακόμα",
@ -30,12 +30,11 @@
"Required" : "Απαιτείται",
"Delete question" : "Διαγραφή ερώτησης",
"This question needs a title!" : "Αυτή η ερώτηση χρειάζεται έναν τίτλο!",
"A long answer for the question “{text}”" : "Μια μακρά απάντηση για την ερώτηση “{text}”",
"Add a new answer" : "Προσθέστε νέα απάντηση",
"There was an issue deleting this option" : "Υπήρξε πρόβλημα κατά την διαγραφή της επιλογής",
"A long answer for the question “{text}”" : "Μια μακρά απάντηση για την ερώτηση “{text}”",
"A short answer for the question “{text}”" : "Σύντομη απάντηση στην ερώτηση “{text}”",
"Delete this response" : "Διαγραφή απάντησης",
"No response" : "Καμία απάντηση",
"User or group name …" : "Όνομα χρήστη ή ομάδας",
"No recommendations. Start typing." : "Δεν υπάρχουν συστάσεις. Αρχίστε να πληκτρολογείτε.",
"Searching …" : "Αναζήτηση ...",
@ -52,14 +51,13 @@
"Error while saving form" : "Σφάλμα κατά την αποθήκευση της φόρμας",
"Loading responses …" : "Φόρτωση απαντήσεων ...",
"Back to questions" : "Επιστροφή στις ερωτήσεις",
"{amount} responses" : "{amount} απαντήσεις",
"Summary" : "Σύνοψη",
"Options" : "Επιλογές",
"Responses for {title}" : "Απαντήσεις για {title}",
"Export to CSV" : "Εξαγωγή σε CSV",
"Options" : "Επιλογές",
"Delete all responses" : "Διαγραφή απαντήσεων",
"No responses yet" : "Καμία απάντηση ακόμη",
"Results of submitted forms will show up here" : "Τα αποτελέσματα των φορμών θα εμφανίζονται εδώ",
"There was an error while loading the results" : "Υπήρξε σφάλμα κατά την φόρτωση των αποτελεσμάτων",
"There was an error while loading results" : "Υπήρξε σφάλμα κατά την φόρτωση των αποτελεσμάτων",
"There was an error while removing this response" : "Σφάλμα κατά την αφαίρεση απάντησης",
"Are you sure you want to delete all responses of {title}?" : "Θέλετε σίγουρα να διαγράψετε όλες τις απαντήσεις του {title};",
"There was an error while removing responses" : "Σφάλμα κατά την αφαίρεση των απαντήσεων",
@ -82,15 +80,11 @@
"Thank you for completing the form!" : "Σας ευχαριστούμε για την ολοκλήρωση της φόρμας!",
"There was an error submitting the form" : "Σφάλμα κατά την υποβολή της φόρμας",
"Error while saving question" : "Σφάλμα κατά την αποθήκευση ερώτησης",
"Checkboxes" : "Πλαίσια ελέγχου",
"Checkbox question title" : "Τίτλος ερώτησης πλαισίου ελέγχου",
"This question needs a title and at least one answer!" : "Αυτή η ερώτηση χρειάζεται έναν τίτλο και τουλάχιστον μια απάντηση!",
"Multiple choice" : "Πολλαπλών επιλογών",
"Multiple choice question title" : "Τίτλος ερώτησης πολλαπλών επιλογών",
"Dropdown" : "Αναπτυσσόμενο",
"Dropdown question title" : "Αναπτυσσόμενος τίτλος ερώτησης",
"People can pick one option" : "Οι χρήστες μπορούν να κάνουν μία επιλογή",
"Pick an option" : "Κάνετε μία επιλογή",
"This question needs a title and at least one answer!" : "Αυτή η ερώτηση χρειάζεται έναν τίτλο και τουλάχιστον μια απάντηση!",
"Checkboxes" : "Πλαίσια ελέγχου",
"Checkbox question title" : "Τίτλος ερώτησης πλαισίου ελέγχου",
"Short answer" : "Σύντομη απάντηση",
"Short answer question title" : "Τίτλος ερωτήματος σύντομης απάντησης",
"People can enter a short answer" : "Οι χρήστες μπορούν να εισαγάγουν μια σύντομη απάντηση",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Required",
"Group" : "Group",
"Description" : "Description",
"Summary" : "Summary",
"Settings" : "Settings",
"Set expiration date" : "Set expiration date",
"Expiration date" : "Expiration date",

View file

@ -2,7 +2,6 @@
"Required" : "Required",
"Group" : "Group",
"Description" : "Description",
"Summary" : "Summary",
"Settings" : "Settings",
"Set expiration date" : "Set expiration date",
"Expiration date" : "Expiration date",

View file

@ -7,7 +7,6 @@ OC.L10N.register(
"No elements found." : "Nenio trovita.",
"Group" : "Grupo",
"Description" : "Priskribo",
"Summary" : "Resumo",
"Settings" : "Agordoj",
"Set expiration date" : "Uzi limdaton",
"Expiration date" : "Limdato",

View file

@ -5,7 +5,6 @@
"No elements found." : "Nenio trovita.",
"Group" : "Grupo",
"Description" : "Priskribo",
"Summary" : "Resumo",
"Settings" : "Agordoj",
"Set expiration date" : "Uzi limdaton",
"Expiration date" : "Limdato",

View file

@ -5,7 +5,7 @@ OC.L10N.register(
"Forms" : "Formularios",
"Shared by %s" : "Compartido por %s",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Encuestas y cuestionarios sencillos, autoalojados.",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.\n- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Encuestas y cuestionarios simples, auto-alojados!**\n\n- **📝 Diseño simple:** No hay una masa de opciones, sólo las esenciales. Por supuesto funciona bien en el móvil.\n- **📊 Ver y exportar resultados:** Los resultados se visualizan y también se pueden exportar como CSV en el mismo formato utilizado por Google Forms.\n- **🔒 Datos bajo tu control!** A diferencia de los formularios de Google, Typeform, Doodle y otros, la información y las respuestas de la encuesta se mantienen privadas en tu instancia.\n- **🙋 Involúcrate!** Tenemos muchas cosas planeadas como más tipos de preguntas, colaboración en formularios, [y mucho más](https://github.com/nextcloud/forms/milestones)!",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Encuestas y cuestionarios sencillos, autoalojados.**\n\n- **📝 Diseño simple:** Sin una masa de opciones, solo las esenciales. Por supuesto, funciona bien en móviles.\n- **💾 Exportación de resultados:** Los resultados se pueden exportar como CSV en el mismo formato usado por los Formularios de Google.\n- **🙋 ¡Involúcrate!** Tenemos un montón de cosas preparadas como más tipos de cuestión, colaboración en los cuestionarios [y mucho más](https://github.com/nextcloud/forms/milestones).",
"New form" : "Nuevo formulario",
"Loading forms …" : "Cargando formularios...",
"No forms created yet" : "Aún no se han creado formularios",
@ -32,12 +32,11 @@ OC.L10N.register(
"Required" : "Requerido",
"Delete question" : "Eliminar pregunta",
"This question needs a title!" : "Esta pregunta necesita un título",
"A long answer for the question “{text}”" : "Una respuesta larga para la pregunta \"{text}\"",
"Add a new answer" : "Añadir una respuesta nueva",
"There was an issue deleting this option" : "Ha habido un problema al eliminar esta opción",
"A long answer for the question “{text}”" : "Una respuesta larga para la pregunta \"{text}\"",
"A short answer for the question “{text}”" : "Una respuesta corta para la pregunta \"{index}\"",
"Delete this response" : "Eliminar esta respuesta",
"No response" : "Sin respuesta",
"User or group name …" : "Nombre de usuario o grupo…",
"No recommendations. Start typing." : "No hay recomendaciones. Comience a escribir.",
"Searching …" : "Buscando ...",
@ -54,14 +53,13 @@ OC.L10N.register(
"Error while saving form" : "Error al guardar el formulario",
"Loading responses …" : "Cargando respuestas…",
"Back to questions" : "Volver a las preguntas",
"{amount} responses" : "{amount} de respuestas",
"Summary" : "Resumen",
"Options" : "Opciones",
"Responses for {title}" : "Repuestas en {title}",
"Export to CSV" : "Exportar a CSV",
"Options" : "Opciones",
"Delete all responses" : "Eliminar todas las respuestas",
"No responses yet" : "Aún no hay respuestas",
"Results of submitted forms will show up here" : "Los resultados de los formularios enviados aparecerán aquí",
"There was an error while loading the results" : "Ha habido un error al cargar los resultados",
"There was an error while loading results" : "Ha habido un error al cargar los resultados",
"There was an error while removing this response" : "Ha habido un error al eliminar esta respuesta",
"Are you sure you want to delete all responses of {title}?" : "¿Seguro que quieres borrar todas las respuestas de {title}?",
"There was an error while removing responses" : "Ha habido un error al eliminar las respuestas",
@ -84,15 +82,11 @@ OC.L10N.register(
"Thank you for completing the form!" : "¡Gracias por completar el formulario!",
"There was an error submitting the form" : "Ha habido un error al enviar el formulario",
"Error while saving question" : "Error al guardar pregunta",
"Checkboxes" : "Casillas de verificación",
"Checkbox question title" : "Casilla de verificación del título de la pregunta",
"This question needs a title and at least one answer!" : "¡Esta pregunta necesita un título y al menos una respuesta!",
"Multiple choice" : "Elección múltiple",
"Multiple choice question title" : "Título de la pregunta con elección múltiple",
"Dropdown" : "Desplegable",
"Dropdown question title" : "Título desplegable de la pregunta",
"People can pick one option" : "Los usuarios pueden elegir una opción",
"Pick an option" : "Elija una opción",
"This question needs a title and at least one answer!" : "¡Esta pregunta necesita un título y al menos una respuesta!",
"Checkboxes" : "Casillas de verificación",
"Checkbox question title" : "Casilla de verificación del título de la pregunta",
"Short answer" : "Respuesta corta",
"Short answer question title" : "Título de pregunta de respuesta corta",
"People can enter a short answer" : "Quien responde puede introducir una respuesta corta",

View file

@ -3,7 +3,7 @@
"Forms" : "Formularios",
"Shared by %s" : "Compartido por %s",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Encuestas y cuestionarios sencillos, autoalojados.",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.\n- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Encuestas y cuestionarios simples, auto-alojados!**\n\n- **📝 Diseño simple:** No hay una masa de opciones, sólo las esenciales. Por supuesto funciona bien en el móvil.\n- **📊 Ver y exportar resultados:** Los resultados se visualizan y también se pueden exportar como CSV en el mismo formato utilizado por Google Forms.\n- **🔒 Datos bajo tu control!** A diferencia de los formularios de Google, Typeform, Doodle y otros, la información y las respuestas de la encuesta se mantienen privadas en tu instancia.\n- **🙋 Involúcrate!** Tenemos muchas cosas planeadas como más tipos de preguntas, colaboración en formularios, [y mucho más](https://github.com/nextcloud/forms/milestones)!",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Encuestas y cuestionarios sencillos, autoalojados.**\n\n- **📝 Diseño simple:** Sin una masa de opciones, solo las esenciales. Por supuesto, funciona bien en móviles.\n- **💾 Exportación de resultados:** Los resultados se pueden exportar como CSV en el mismo formato usado por los Formularios de Google.\n- **🙋 ¡Involúcrate!** Tenemos un montón de cosas preparadas como más tipos de cuestión, colaboración en los cuestionarios [y mucho más](https://github.com/nextcloud/forms/milestones).",
"New form" : "Nuevo formulario",
"Loading forms …" : "Cargando formularios...",
"No forms created yet" : "Aún no se han creado formularios",
@ -30,12 +30,11 @@
"Required" : "Requerido",
"Delete question" : "Eliminar pregunta",
"This question needs a title!" : "Esta pregunta necesita un título",
"A long answer for the question “{text}”" : "Una respuesta larga para la pregunta \"{text}\"",
"Add a new answer" : "Añadir una respuesta nueva",
"There was an issue deleting this option" : "Ha habido un problema al eliminar esta opción",
"A long answer for the question “{text}”" : "Una respuesta larga para la pregunta \"{text}\"",
"A short answer for the question “{text}”" : "Una respuesta corta para la pregunta \"{index}\"",
"Delete this response" : "Eliminar esta respuesta",
"No response" : "Sin respuesta",
"User or group name …" : "Nombre de usuario o grupo…",
"No recommendations. Start typing." : "No hay recomendaciones. Comience a escribir.",
"Searching …" : "Buscando ...",
@ -52,14 +51,13 @@
"Error while saving form" : "Error al guardar el formulario",
"Loading responses …" : "Cargando respuestas…",
"Back to questions" : "Volver a las preguntas",
"{amount} responses" : "{amount} de respuestas",
"Summary" : "Resumen",
"Options" : "Opciones",
"Responses for {title}" : "Repuestas en {title}",
"Export to CSV" : "Exportar a CSV",
"Options" : "Opciones",
"Delete all responses" : "Eliminar todas las respuestas",
"No responses yet" : "Aún no hay respuestas",
"Results of submitted forms will show up here" : "Los resultados de los formularios enviados aparecerán aquí",
"There was an error while loading the results" : "Ha habido un error al cargar los resultados",
"There was an error while loading results" : "Ha habido un error al cargar los resultados",
"There was an error while removing this response" : "Ha habido un error al eliminar esta respuesta",
"Are you sure you want to delete all responses of {title}?" : "¿Seguro que quieres borrar todas las respuestas de {title}?",
"There was an error while removing responses" : "Ha habido un error al eliminar las respuestas",
@ -82,15 +80,11 @@
"Thank you for completing the form!" : "¡Gracias por completar el formulario!",
"There was an error submitting the form" : "Ha habido un error al enviar el formulario",
"Error while saving question" : "Error al guardar pregunta",
"Checkboxes" : "Casillas de verificación",
"Checkbox question title" : "Casilla de verificación del título de la pregunta",
"This question needs a title and at least one answer!" : "¡Esta pregunta necesita un título y al menos una respuesta!",
"Multiple choice" : "Elección múltiple",
"Multiple choice question title" : "Título de la pregunta con elección múltiple",
"Dropdown" : "Desplegable",
"Dropdown question title" : "Título desplegable de la pregunta",
"People can pick one option" : "Los usuarios pueden elegir una opción",
"Pick an option" : "Elija una opción",
"This question needs a title and at least one answer!" : "¡Esta pregunta necesita un título y al menos una respuesta!",
"Checkboxes" : "Casillas de verificación",
"Checkbox question title" : "Casilla de verificación del título de la pregunta",
"Short answer" : "Respuesta corta",
"Short answer question title" : "Título de pregunta de respuesta corta",
"People can enter a short answer" : "Quien responde puede introducir una respuesta corta",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -2,7 +2,6 @@
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -28,9 +28,9 @@ OC.L10N.register(
"Title of question number {index}" : "Titulo de la pregunta numero {índice}",
"Required" : "Requerido",
"Delete question" : "Borrar pregunta",
"A long answer for the question “{text}”" : "Una respuesta larga para la pregunta \"{texto}\"",
"Add a new answer" : "Añadir una nueva respuesta",
"There was an issue deleting this option" : "Hubo un error mientras se eliminaba esta opción",
"A long answer for the question “{text}”" : "Una respuesta larga para la pregunta \"{texto}\"",
"A short answer for the question “{text}”" : "Una respuesta corta para la pregunta \"{texto}\"",
"Delete this response" : "Borrar esta respuesta",
"User or group name …" : "Nombre de usuario o grupo",
@ -47,12 +47,13 @@ OC.L10N.register(
"Error while saving form" : "Error mientras se guardaba el formulario",
"Loading responses …" : "Cargando respuestas",
"Back to questions" : "Volver a las preguntas",
"Summary" : "Resumen",
"Options" : "Opciones",
"Responses for {title}" : "Respuestas por {título}",
"Export to CSV" : "Exportar a CSV",
"Options" : "Opciones",
"Delete all responses" : "Borrar todas las respuestas",
"No responses yet" : "Aún no han habido respuestas",
"Results of submitted forms will show up here" : "Los resultados de los formularios cargados se mostraran aquí",
"There was an error while loading results" : "Hubo un error mientras se cargaban los resultados",
"There was an error while removing this response" : "Hubo un error mientras se eliminaba esta respuesta",
"Are you sure you want to delete all responses of {title}?" : "Estas seguro que deseas borrar todas las respuestas para {título}?",
"There was an error while removing responses" : "Hubo un error mientras se eliminaban las respuestas",
@ -71,8 +72,8 @@ OC.L10N.register(
"Thank you for completing the form!" : "Gracias por completar el formulario!",
"There was an error submitting the form" : "Hubo un error al enviar el formulario",
"Error while saving question" : "Hubo un error mientras se guardaba la pregunta",
"Checkboxes" : "Casillas de verificación",
"Multiple choice" : "Opción múltiple",
"Checkboxes" : "Casillas de verificación",
"Short answer" : "Respuesta breve",
"Long text" : "Texto largo",
"Form expired" : "El formulario ha expirado",

View file

@ -26,9 +26,9 @@
"Title of question number {index}" : "Titulo de la pregunta numero {índice}",
"Required" : "Requerido",
"Delete question" : "Borrar pregunta",
"A long answer for the question “{text}”" : "Una respuesta larga para la pregunta \"{texto}\"",
"Add a new answer" : "Añadir una nueva respuesta",
"There was an issue deleting this option" : "Hubo un error mientras se eliminaba esta opción",
"A long answer for the question “{text}”" : "Una respuesta larga para la pregunta \"{texto}\"",
"A short answer for the question “{text}”" : "Una respuesta corta para la pregunta \"{texto}\"",
"Delete this response" : "Borrar esta respuesta",
"User or group name …" : "Nombre de usuario o grupo",
@ -45,12 +45,13 @@
"Error while saving form" : "Error mientras se guardaba el formulario",
"Loading responses …" : "Cargando respuestas",
"Back to questions" : "Volver a las preguntas",
"Summary" : "Resumen",
"Options" : "Opciones",
"Responses for {title}" : "Respuestas por {título}",
"Export to CSV" : "Exportar a CSV",
"Options" : "Opciones",
"Delete all responses" : "Borrar todas las respuestas",
"No responses yet" : "Aún no han habido respuestas",
"Results of submitted forms will show up here" : "Los resultados de los formularios cargados se mostraran aquí",
"There was an error while loading results" : "Hubo un error mientras se cargaban los resultados",
"There was an error while removing this response" : "Hubo un error mientras se eliminaba esta respuesta",
"Are you sure you want to delete all responses of {title}?" : "Estas seguro que deseas borrar todas las respuestas para {título}?",
"There was an error while removing responses" : "Hubo un error mientras se eliminaban las respuestas",
@ -69,8 +70,8 @@
"Thank you for completing the form!" : "Gracias por completar el formulario!",
"There was an error submitting the form" : "Hubo un error al enviar el formulario",
"Error while saving question" : "Hubo un error mientras se guardaba la pregunta",
"Checkboxes" : "Casillas de verificación",
"Multiple choice" : "Opción múltiple",
"Checkboxes" : "Casillas de verificación",
"Short answer" : "Respuesta breve",
"Long text" : "Texto largo",
"Form expired" : "El formulario ha expirado",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -2,7 +2,6 @@
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -2,7 +2,6 @@
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -2,7 +2,6 @@
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -2,7 +2,6 @@
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -2,7 +2,6 @@
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -2,7 +2,6 @@
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -2,7 +2,6 @@
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establece la fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -2,7 +2,6 @@
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establece la fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -2,7 +2,6 @@
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -2,7 +2,6 @@
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -2,7 +2,6 @@
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -2,7 +2,6 @@
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -2,7 +2,6 @@
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -2,7 +2,6 @@
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -2,7 +2,6 @@
"Required" : "Requerido",
"Group" : "Grupo",
"Description" : "Descripción",
"Summary" : "Resumen",
"Settings" : "Configuraciones ",
"Set expiration date" : "Establecer fecha de expiración",
"Expiration date" : "Fecha de expiración",

View file

@ -6,7 +6,6 @@ OC.L10N.register(
"Searching …" : "Otsin ...",
"Group" : "Grupp",
"Description" : "Kirjeldus",
"Summary" : "Kokkuvõte",
"Settings" : "Seaded",
"Set expiration date" : "Määra aegumise kuupäev",
"Expiration date" : "Aegumise kuupäev"

View file

@ -4,7 +4,6 @@
"Searching …" : "Otsin ...",
"Group" : "Grupp",
"Description" : "Kirjeldus",
"Summary" : "Kokkuvõte",
"Settings" : "Seaded",
"Set expiration date" : "Määra aegumise kuupäev",
"Expiration date" : "Aegumise kuupäev"

View file

@ -4,13 +4,11 @@ OC.L10N.register(
"Anonymous response" : "Erantzun anonimoa",
"Forms" : "Inprimakiak",
"Shared by %s" : "%s(e)k partekatua",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Inkesta sinpleak eta galdetegiak, norberak ostatatuta",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.\n- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Inkesta sinpleak eta galdetegiak, norberak ostatatuta!**\n\n- **📝 Diseinu sinplea:** Ez mila aukera, funtsezkoak bakarrik. Mugikorretan ondo dabil, noski.\n- **📊 Ikusi eta esportatu emaitzak:** Emaitzak bistaratzen dira eta CSV gisa esportatzea ere posible da, Google Forms-ek bezala.\n- **🔒 Datuak zure kontrolpean!** Google Forms, Typeform, Doodle eta beste batzuekin ez bezala galdetegiaren informazioa eta erantzunak pribatu mantentzen dira zure instantzian.\n- **🙋 Parte hartu!** Gauza mordoa egiteko plana dugu, galdera mota gehiago, lankidetza inprimakietan eta [askoz ere gehiago](https://github.com/nextcloud/forms/milestones)!",
"New form" : "Inprimaki berria",
"Loading forms …" : "Inprimakiak kargatzen...",
"No forms created yet" : "Ez da inprimakirik sortu oraindik",
"Create a form" : "Sortu inprimaki bat",
"Select a form or create a new one" : "Hautatu inprimakia edo sortu berri bat",
"Select a form or create a new one" : "Hautatu inprimaki bat edo sortu berri bat",
"Create new form" : "Sortu inprimaki berria",
"An error occurred while loading the forms list" : "Errore bat gertatu da inprimaki zerrenda kargatzerakoan",
"Unable to create a new form" : "Ezin izan da inprimaki berri bat sortu",
@ -31,13 +29,11 @@ OC.L10N.register(
"Title of question number {index}" : "{index}. galderaren izenburua",
"Required" : "Beharrezkoa",
"Delete question" : "Ezabatu galdera",
"This question needs a title!" : "Galdera honek izenburua behar du!",
"A long answer for the question “{text}”" : "Erantzun luze bat “{text}” galderarentzat",
"Add a new answer" : "Gehitu erantzun berri bat",
"There was an issue deleting this option" : "Arazo bat gertatu da aukera hau ezabatzean",
"A long answer for the question “{text}”" : "Erantzun luze bat “{text}” galderarentzat",
"A short answer for the question “{text}”" : "Erantzun labur bat “{text}” galderarentzat",
"Delete this response" : "Ezabatu erantzun hau",
"No response" : "Erantzunik ez",
"User or group name …" : "Erabiltzaile edo taldearen izena ...",
"No recommendations. Start typing." : "Gomendiorik ez. Hasi idazten.",
"Searching …" : "Bilatzen…",
@ -46,33 +42,28 @@ OC.L10N.register(
"Loading {title} …" : "{title} kargatzen…",
"Toggle settings" : "Txandakatu ezarpenak",
"Form title" : "Inprimakiaren izenburua",
"Description" : "Deskripzioa",
"Required questions" : "Beharrezko galderak",
"Description" : "Deskribapena",
"Add a question" : "Gehitu galdera bat",
"There was an error while adding the new question" : "Errore bat gertatu da galdera berria gehitzean",
"There was an error while removing the question" : "Errore bat gertatu da galdera kentzean",
"Error while saving form" : "Errorea inprimakia gordetzean",
"Loading responses …" : "Erantzunak kargatzen...",
"Back to questions" : "Itzuli galderetara",
"{amount} responses" : "{amount} erantzun",
"Summary" : "Laburpena",
"Options" : "Aukerak",
"Responses for {title}" : "{title} galderaren erantzunak",
"Export to CSV" : "Esportatu CSVra",
"Options" : "Aukerak",
"Delete all responses" : "Ezabatu erantzun guztiak",
"No responses yet" : "Ez dago erantzunik oraindik",
"Results of submitted forms will show up here" : "Bidalitako inprimakien emaitzak hemen erakutsiko dira",
"There was an error while loading the results" : "Errore bat gertatu da emaitzak kargatzean",
"There was an error while loading results" : "Errore bat gertatu da emaitzak kargatzean",
"There was an error while removing this response" : "Errore bat gertatu da erantzun hau ezabatzean",
"Are you sure you want to delete all responses of {title}?" : "Ziur zaude {title} galderaren erantzun guztiak ezabatu nahi dituzula?",
"There was an error while removing responses" : "Errore bat gertatu da erantzunak ezabatzean",
"responses" : "erantzunak",
"Share form" : "Partekatu inprimakia",
"Share via link" : "Partekatu esteka bidez",
"Show to all users of this instance" : "Erakutsi instantzia honetako erabiltzaile guztiei",
"Choose users to share with" : "Aukeratu ze erabiltzailerekin partekatu",
"Settings" : "Ezarpenak",
"Anonymous responses" : "Erantzun anonimoak",
"Allow multiple responses per person" : "Onartu erantzun ugari pertsonako",
"Set expiration date" : "Ezarri iraungitze-data",
"Expiration date" : "Iraungitze-data",
"Select expiration date" : "Hautatu iraungitze-data",
@ -84,23 +75,10 @@ OC.L10N.register(
"Thank you for completing the form!" : "Mila esker inprimakia betetzeagatik!",
"There was an error submitting the form" : "Errore bat gertatu da inprimakia bidaltzean",
"Error while saving question" : "Errorea galdera gordetzean",
"Checkboxes" : "Kontrol-laukiak",
"Checkbox question title" : "Kontrol-lauki galderaren izenburua",
"This question needs a title and at least one answer!" : "Galdera honek izenburua behar du eta gutxienez erantzun bat!",
"Multiple choice" : "Aukera anitz",
"Multiple choice question title" : "Aukera anitzeko galderaren izenburua",
"Dropdown" : "Zabalgarria",
"Dropdown question title" : "Galdera zabalgarriaren izenburua",
"People can pick one option" : "Jendeak aukera bat hautatu dezake",
"Pick an option" : "Aukeratu bat",
"Checkboxes" : "Kontrol-laukiak",
"Short answer" : "Erantzun laburra",
"Short answer question title" : "Erantzun laburreko galderaren izenburua",
"People can enter a short answer" : "Jendeak erantzun laburra idatz dezake",
"Enter a short answer" : "Idatzi erantzun laburra",
"Long text" : "Testu luzea",
"Long text question title" : "Testu luzeko galderaren izenburua",
"People can enter a long text" : "Jendeak testu luzea idatz dezake",
"Enter a long text" : "Idatzi testu luzea",
"Form expired" : "Inprimakia iraungita",
"This form has expired and is no longer taking answers" : "Inprimaki hau iraungi da eta ez du erantzunik onartzen",
"Form not found" : "Ez da inprimakia aurkitu",

View file

@ -2,13 +2,11 @@
"Anonymous response" : "Erantzun anonimoa",
"Forms" : "Inprimakiak",
"Shared by %s" : "%s(e)k partekatua",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Inkesta sinpleak eta galdetegiak, norberak ostatatuta",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.\n- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Inkesta sinpleak eta galdetegiak, norberak ostatatuta!**\n\n- **📝 Diseinu sinplea:** Ez mila aukera, funtsezkoak bakarrik. Mugikorretan ondo dabil, noski.\n- **📊 Ikusi eta esportatu emaitzak:** Emaitzak bistaratzen dira eta CSV gisa esportatzea ere posible da, Google Forms-ek bezala.\n- **🔒 Datuak zure kontrolpean!** Google Forms, Typeform, Doodle eta beste batzuekin ez bezala galdetegiaren informazioa eta erantzunak pribatu mantentzen dira zure instantzian.\n- **🙋 Parte hartu!** Gauza mordoa egiteko plana dugu, galdera mota gehiago, lankidetza inprimakietan eta [askoz ere gehiago](https://github.com/nextcloud/forms/milestones)!",
"New form" : "Inprimaki berria",
"Loading forms …" : "Inprimakiak kargatzen...",
"No forms created yet" : "Ez da inprimakirik sortu oraindik",
"Create a form" : "Sortu inprimaki bat",
"Select a form or create a new one" : "Hautatu inprimakia edo sortu berri bat",
"Select a form or create a new one" : "Hautatu inprimaki bat edo sortu berri bat",
"Create new form" : "Sortu inprimaki berria",
"An error occurred while loading the forms list" : "Errore bat gertatu da inprimaki zerrenda kargatzerakoan",
"Unable to create a new form" : "Ezin izan da inprimaki berri bat sortu",
@ -29,13 +27,11 @@
"Title of question number {index}" : "{index}. galderaren izenburua",
"Required" : "Beharrezkoa",
"Delete question" : "Ezabatu galdera",
"This question needs a title!" : "Galdera honek izenburua behar du!",
"A long answer for the question “{text}”" : "Erantzun luze bat “{text}” galderarentzat",
"Add a new answer" : "Gehitu erantzun berri bat",
"There was an issue deleting this option" : "Arazo bat gertatu da aukera hau ezabatzean",
"A long answer for the question “{text}”" : "Erantzun luze bat “{text}” galderarentzat",
"A short answer for the question “{text}”" : "Erantzun labur bat “{text}” galderarentzat",
"Delete this response" : "Ezabatu erantzun hau",
"No response" : "Erantzunik ez",
"User or group name …" : "Erabiltzaile edo taldearen izena ...",
"No recommendations. Start typing." : "Gomendiorik ez. Hasi idazten.",
"Searching …" : "Bilatzen…",
@ -44,33 +40,28 @@
"Loading {title} …" : "{title} kargatzen…",
"Toggle settings" : "Txandakatu ezarpenak",
"Form title" : "Inprimakiaren izenburua",
"Description" : "Deskripzioa",
"Required questions" : "Beharrezko galderak",
"Description" : "Deskribapena",
"Add a question" : "Gehitu galdera bat",
"There was an error while adding the new question" : "Errore bat gertatu da galdera berria gehitzean",
"There was an error while removing the question" : "Errore bat gertatu da galdera kentzean",
"Error while saving form" : "Errorea inprimakia gordetzean",
"Loading responses …" : "Erantzunak kargatzen...",
"Back to questions" : "Itzuli galderetara",
"{amount} responses" : "{amount} erantzun",
"Summary" : "Laburpena",
"Options" : "Aukerak",
"Responses for {title}" : "{title} galderaren erantzunak",
"Export to CSV" : "Esportatu CSVra",
"Options" : "Aukerak",
"Delete all responses" : "Ezabatu erantzun guztiak",
"No responses yet" : "Ez dago erantzunik oraindik",
"Results of submitted forms will show up here" : "Bidalitako inprimakien emaitzak hemen erakutsiko dira",
"There was an error while loading the results" : "Errore bat gertatu da emaitzak kargatzean",
"There was an error while loading results" : "Errore bat gertatu da emaitzak kargatzean",
"There was an error while removing this response" : "Errore bat gertatu da erantzun hau ezabatzean",
"Are you sure you want to delete all responses of {title}?" : "Ziur zaude {title} galderaren erantzun guztiak ezabatu nahi dituzula?",
"There was an error while removing responses" : "Errore bat gertatu da erantzunak ezabatzean",
"responses" : "erantzunak",
"Share form" : "Partekatu inprimakia",
"Share via link" : "Partekatu esteka bidez",
"Show to all users of this instance" : "Erakutsi instantzia honetako erabiltzaile guztiei",
"Choose users to share with" : "Aukeratu ze erabiltzailerekin partekatu",
"Settings" : "Ezarpenak",
"Anonymous responses" : "Erantzun anonimoak",
"Allow multiple responses per person" : "Onartu erantzun ugari pertsonako",
"Set expiration date" : "Ezarri iraungitze-data",
"Expiration date" : "Iraungitze-data",
"Select expiration date" : "Hautatu iraungitze-data",
@ -82,23 +73,10 @@
"Thank you for completing the form!" : "Mila esker inprimakia betetzeagatik!",
"There was an error submitting the form" : "Errore bat gertatu da inprimakia bidaltzean",
"Error while saving question" : "Errorea galdera gordetzean",
"Checkboxes" : "Kontrol-laukiak",
"Checkbox question title" : "Kontrol-lauki galderaren izenburua",
"This question needs a title and at least one answer!" : "Galdera honek izenburua behar du eta gutxienez erantzun bat!",
"Multiple choice" : "Aukera anitz",
"Multiple choice question title" : "Aukera anitzeko galderaren izenburua",
"Dropdown" : "Zabalgarria",
"Dropdown question title" : "Galdera zabalgarriaren izenburua",
"People can pick one option" : "Jendeak aukera bat hautatu dezake",
"Pick an option" : "Aukeratu bat",
"Checkboxes" : "Kontrol-laukiak",
"Short answer" : "Erantzun laburra",
"Short answer question title" : "Erantzun laburreko galderaren izenburua",
"People can enter a short answer" : "Jendeak erantzun laburra idatz dezake",
"Enter a short answer" : "Idatzi erantzun laburra",
"Long text" : "Testu luzea",
"Long text question title" : "Testu luzeko galderaren izenburua",
"People can enter a long text" : "Jendeak testu luzea idatz dezake",
"Enter a long text" : "Idatzi testu luzea",
"Form expired" : "Inprimakia iraungita",
"This form has expired and is no longer taking answers" : "Inprimaki hau iraungi da eta ez du erantzunik onartzen",
"Form not found" : "Ez da inprimakia aurkitu",

View file

@ -11,7 +11,6 @@ OC.L10N.register(
"No elements found." : "عنصری یافت نشد",
"Group" : "گروه",
"Description" : "توضیحات",
"Summary" : "خلاصه",
"Options" : "گزینه ها",
"Settings" : "تنظیمات",
"Set expiration date" : "تنظیم تاریخ انقضا",

View file

@ -9,7 +9,6 @@
"No elements found." : "عنصری یافت نشد",
"Group" : "گروه",
"Description" : "توضیحات",
"Summary" : "خلاصه",
"Options" : "گزینه ها",
"Settings" : "تنظیمات",
"Set expiration date" : "تنظیم تاریخ انقضا",

View file

@ -9,7 +9,6 @@ OC.L10N.register(
"Searching …" : "Haetaan…",
"Group" : "Ryhmä",
"Description" : "Kuvaus",
"Summary" : "Yhteenveto",
"Options" : "Valinnat",
"Settings" : "Asetukset",
"Set expiration date" : "Aseta vanhenemispäivä",

View file

@ -7,7 +7,6 @@
"Searching …" : "Haetaan…",
"Group" : "Ryhmä",
"Description" : "Kuvaus",
"Summary" : "Yhteenveto",
"Options" : "Valinnat",
"Settings" : "Asetukset",
"Set expiration date" : "Aseta vanhenemispäivä",

View file

@ -5,6 +5,7 @@ OC.L10N.register(
"Forms" : "Formulaires",
"Shared by %s" : "Partagé par %s",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Sondage et questionnaire simple, auto hébergé",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Sondage et questionnaire simple, auto hébergé !**\n\n- **📝 Design simple :** Pas d'excès d'options, juste l'essentiel. Fonctionne très bien sous mobile.\n- **💾 Export des résultats :** Les résultats peuvent être exportés au format CSV, le même que celui des Google Forms.\n- **🙋 Contribuez !** Nous avons prévu beaucoup de choses comme plus de type de questions, l'édition collaborative et [bien plus encore](https://github.com/nextcloud/forms/milestones) !",
"New form" : "Nouveau formulaire",
"Loading forms …" : "Chargement des formulaires …",
"No forms created yet" : "Aucun formulaire créé pour le moment",
@ -31,12 +32,11 @@ OC.L10N.register(
"Required" : "Requis",
"Delete question" : "Supprimer la question",
"This question needs a title!" : "Cette question nécessite un titre !",
"A long answer for the question “{text}”" : "Un réponse longue à la question “{text}”",
"Add a new answer" : "Ajouter une nouvelle réponse",
"There was an issue deleting this option" : "Un problème est survenu en supprimant cette option",
"A long answer for the question “{text}”" : "Un réponse longue à la question “{text}”",
"A short answer for the question “{text}”" : "Une réponse courte à la question “{text}”",
"Delete this response" : "Supprimer cette réponse",
"No response" : "Sans réponse",
"User or group name …" : "Nom d'utilisateur ou de groupe …",
"No recommendations. Start typing." : "Aucune recommandation. Commencez à écrire.",
"Searching …" : "Recherche …",
@ -46,21 +46,19 @@ OC.L10N.register(
"Toggle settings" : "Basculer les paramètres",
"Form title" : "Titre du formulaire",
"Description" : "Description",
"Required questions" : "Questions exigées",
"Add a question" : "Ajouter une question",
"There was an error while adding the new question" : "Une erreur est survenue en ajoutant la nouvelle question",
"There was an error while removing the question" : "Une erreur est survenue pendant la suppression de la question",
"Error while saving form" : "Erreur lors de la sauvegarde du formulaire",
"Loading responses …" : "Chargement des réponses ...",
"Back to questions" : "Retour aux questions",
"{amount} responses" : "{amount} réponses",
"Summary" : "Résumé",
"Options" : "Choix",
"Responses for {title}" : "Réponses pour {title}",
"Export to CSV" : "Exporter au format CSV",
"Options" : "Choix",
"Delete all responses" : "Supprimer toutes les réponses",
"No responses yet" : "Pas de réponse actuellement",
"Results of submitted forms will show up here" : "Les résultats du formulaire soumis seront affichés ici",
"There was an error while loading the results" : "Il y a eu une erreur lors du chargement des réponses",
"There was an error while loading results" : "Une erreur est survenue lors du chargement des résultats",
"There was an error while removing this response" : "Une erreur est survenue pendant la suppression de la réponse",
"Are you sure you want to delete all responses of {title}?" : "Êtes-vous certain de vouloir supprimer toutes les réponses de {title} ?",
"There was an error while removing responses" : "Une erreur est survenue pendant la suppression des réponses",
@ -83,15 +81,11 @@ OC.L10N.register(
"Thank you for completing the form!" : "Merci d'avoir rempli ce formulaire!",
"There was an error submitting the form" : "Une erreur est survenue lors de l'envoi du formulaire",
"Error while saving question" : "Erreur lors de la sauvegarde de la question",
"Checkboxes" : "Cases à cocher",
"Checkbox question title" : "Titre de la question avec cases à cocher",
"This question needs a title and at least one answer!" : "Cette question nécessite un titre et au moins une réponse !",
"Multiple choice" : "Choix multiples",
"Multiple choice question title" : "Titre de la question à choix multiples",
"Dropdown" : "Liste déroulante",
"Dropdown question title" : "Liste déroulante pour le titre",
"People can pick one option" : "Vous pouvez choisir une option",
"Pick an option" : "Choisissez une option",
"This question needs a title and at least one answer!" : "Cette question nécessite un titre et au moins une réponse !",
"Checkboxes" : "Cases à cocher",
"Checkbox question title" : "Titre de la question avec cases à cocher",
"Short answer" : "Réponse courte",
"Short answer question title" : "Titre de la question à réponse courte",
"People can enter a short answer" : "Les répondants peuvent saisir une réponse courte",

View file

@ -3,6 +3,7 @@
"Forms" : "Formulaires",
"Shared by %s" : "Partagé par %s",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Sondage et questionnaire simple, auto hébergé",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Sondage et questionnaire simple, auto hébergé !**\n\n- **📝 Design simple :** Pas d'excès d'options, juste l'essentiel. Fonctionne très bien sous mobile.\n- **💾 Export des résultats :** Les résultats peuvent être exportés au format CSV, le même que celui des Google Forms.\n- **🙋 Contribuez !** Nous avons prévu beaucoup de choses comme plus de type de questions, l'édition collaborative et [bien plus encore](https://github.com/nextcloud/forms/milestones) !",
"New form" : "Nouveau formulaire",
"Loading forms …" : "Chargement des formulaires …",
"No forms created yet" : "Aucun formulaire créé pour le moment",
@ -29,12 +30,11 @@
"Required" : "Requis",
"Delete question" : "Supprimer la question",
"This question needs a title!" : "Cette question nécessite un titre !",
"A long answer for the question “{text}”" : "Un réponse longue à la question “{text}”",
"Add a new answer" : "Ajouter une nouvelle réponse",
"There was an issue deleting this option" : "Un problème est survenu en supprimant cette option",
"A long answer for the question “{text}”" : "Un réponse longue à la question “{text}”",
"A short answer for the question “{text}”" : "Une réponse courte à la question “{text}”",
"Delete this response" : "Supprimer cette réponse",
"No response" : "Sans réponse",
"User or group name …" : "Nom d'utilisateur ou de groupe …",
"No recommendations. Start typing." : "Aucune recommandation. Commencez à écrire.",
"Searching …" : "Recherche …",
@ -44,21 +44,19 @@
"Toggle settings" : "Basculer les paramètres",
"Form title" : "Titre du formulaire",
"Description" : "Description",
"Required questions" : "Questions exigées",
"Add a question" : "Ajouter une question",
"There was an error while adding the new question" : "Une erreur est survenue en ajoutant la nouvelle question",
"There was an error while removing the question" : "Une erreur est survenue pendant la suppression de la question",
"Error while saving form" : "Erreur lors de la sauvegarde du formulaire",
"Loading responses …" : "Chargement des réponses ...",
"Back to questions" : "Retour aux questions",
"{amount} responses" : "{amount} réponses",
"Summary" : "Résumé",
"Options" : "Choix",
"Responses for {title}" : "Réponses pour {title}",
"Export to CSV" : "Exporter au format CSV",
"Options" : "Choix",
"Delete all responses" : "Supprimer toutes les réponses",
"No responses yet" : "Pas de réponse actuellement",
"Results of submitted forms will show up here" : "Les résultats du formulaire soumis seront affichés ici",
"There was an error while loading the results" : "Il y a eu une erreur lors du chargement des réponses",
"There was an error while loading results" : "Une erreur est survenue lors du chargement des résultats",
"There was an error while removing this response" : "Une erreur est survenue pendant la suppression de la réponse",
"Are you sure you want to delete all responses of {title}?" : "Êtes-vous certain de vouloir supprimer toutes les réponses de {title} ?",
"There was an error while removing responses" : "Une erreur est survenue pendant la suppression des réponses",
@ -81,15 +79,11 @@
"Thank you for completing the form!" : "Merci d'avoir rempli ce formulaire!",
"There was an error submitting the form" : "Une erreur est survenue lors de l'envoi du formulaire",
"Error while saving question" : "Erreur lors de la sauvegarde de la question",
"Checkboxes" : "Cases à cocher",
"Checkbox question title" : "Titre de la question avec cases à cocher",
"This question needs a title and at least one answer!" : "Cette question nécessite un titre et au moins une réponse !",
"Multiple choice" : "Choix multiples",
"Multiple choice question title" : "Titre de la question à choix multiples",
"Dropdown" : "Liste déroulante",
"Dropdown question title" : "Liste déroulante pour le titre",
"People can pick one option" : "Vous pouvez choisir une option",
"Pick an option" : "Choisissez une option",
"This question needs a title and at least one answer!" : "Cette question nécessite un titre et au moins une réponse !",
"Checkboxes" : "Cases à cocher",
"Checkbox question title" : "Titre de la question avec cases à cocher",
"Short answer" : "Réponse courte",
"Short answer question title" : "Titre de la question à réponse courte",
"People can enter a short answer" : "Les répondants peuvent saisir une réponse courte",

View file

@ -5,7 +5,7 @@ OC.L10N.register(
"Forms" : "Formularios",
"Shared by %s" : "Compartido por %s",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Enquisas e cuestionarios sinxelos, en aloxamento autónomo",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.\n- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Enquisas e cuestionarios sinxelos, en aloxamento autónomo.**\n\n- **📝 Deseño simple:** Sen moitas opcións, só o esencial. Funciona ben no móbil, por suposto..\n- **📊 Ver e exportar resultados:** Os resultados poden verse e tamén se poden exportar como CSV no mesmo formato usado polos formularios de Google.\n- **🔒 Datos baixo o seu control.** A diferenza dos formularios de Google, Typeform, Doodle e outros, a información e as respostas da enquisa mantéñense privadas na súa instancia.\n- **🙋 Involúcrese!** Temos moitas cousas previstas como máis tipos de preguntas, colaboración en formularios, [e moito máis](https://github.com/nextcloud/forms/milestones)!",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Enquisas e cuestionarios sinxelos, en aloxamento autónomo.**\n\n- **📝 Deseño simple:** Sen moitas opcións, só o esencial. Funciona ben no móbil, por suposto..\n- **💾 Exportar resultados:** Os resultados pódense exportar como CSV no mesmo formato usado polos formularios de Google.\n- **🙋 Participe!** Temos moitas cousas previstas como máis tipos de preguntas, colaboración en formularios, [e moito máis](https://github.com/nextcloud/forms/milestones)!",
"New form" : "Formulario novo",
"Loading forms …" : "Cargando formularios…",
"No forms created yet" : "Aínda non se creo ningún formulario",
@ -32,12 +32,11 @@ OC.L10N.register(
"Required" : "Obrigatorio",
"Delete question" : "Eliminar a pregunta",
"This question needs a title!" : "Esta pregunta necesita un título.",
"A long answer for the question “{text}”" : "Unha resposta longa para a pregunta «{text}»",
"Add a new answer" : "Engadir unha nova resposta",
"There was an issue deleting this option" : "Houbo un problema ao eliminar esta opción",
"A long answer for the question “{text}”" : "Unha resposta longa para a pregunta «{text}»",
"A short answer for the question “{text}”" : "Unha resposta curta para a pregunta «{text}»",
"Delete this response" : "Elimina resta resposta",
"No response" : "Sen resposta",
"User or group name …" : "Nome de usuario ou grupo…",
"No recommendations. Start typing." : "Non hai recomendacións. Comece a escribir.",
"Searching …" : "Buscando…",
@ -54,14 +53,13 @@ OC.L10N.register(
"Error while saving form" : "Produciuse un erro ao gardar o formulario",
"Loading responses …" : "Cargando as respostas…",
"Back to questions" : "Volver ás preguntas",
"{amount} responses" : "{amount} respostas",
"Summary" : "Resumo",
"Options" : "Opcións",
"Responses for {title}" : "Respostas para {title}",
"Export to CSV" : "Exportar a CSV",
"Options" : "Opcións",
"Delete all responses" : "Eliminar todas as respostas",
"No responses yet" : "Aínda non hai respostas",
"Results of submitted forms will show up here" : "Os resultados dos formularios enviados amosaranse aquí",
"There was an error while loading the results" : "Produciuse un erro ao cargar os resultados",
"There was an error while loading results" : "Produciuse un erro ao cargar os resultados",
"There was an error while removing this response" : "Produciuse un erro ao retirar esta resposta",
"Are you sure you want to delete all responses of {title}?" : "Confirma que quere eliminar todas as respostas de {title}?",
"There was an error while removing responses" : "Produciuse un erro ao retirar as respostas",
@ -84,15 +82,11 @@ OC.L10N.register(
"Thank you for completing the form!" : "Grazas por completar o formulario.",
"There was an error submitting the form" : "Produciuse un erro no envío do formulario",
"Error while saving question" : "Produciuse un erro ao gardar a pregunta",
"Checkboxes" : "Caixas de verificación",
"Checkbox question title" : "Título da pregunta da caixa de verificación",
"This question needs a title and at least one answer!" : "Esta pregunta necesita un título e polo menos unha resposta.",
"Multiple choice" : "Escolla múltiple",
"Multiple choice question title" : "Título da pregunta de escolla múltiple",
"Dropdown" : "Despregábel",
"Dropdown question title" : "Título da pregunta despregábel",
"People can pick one option" : "A xente pode escoller unha opción",
"Pick an option" : "Escolla unha opción",
"This question needs a title and at least one answer!" : "Esta pregunta necesita un título e polo menos unha resposta.",
"Checkboxes" : "Caixas de verificación",
"Checkbox question title" : "Título da pregunta da caixa de verificación",
"Short answer" : "Resposta curta",
"Short answer question title" : "Título da pregunta de resposta curta",
"People can enter a short answer" : "A xente pode introducir unha resposta curta",

View file

@ -3,7 +3,7 @@
"Forms" : "Formularios",
"Shared by %s" : "Compartido por %s",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Enquisas e cuestionarios sinxelos, en aloxamento autónomo",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **📊 View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.\n- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Enquisas e cuestionarios sinxelos, en aloxamento autónomo.**\n\n- **📝 Deseño simple:** Sen moitas opcións, só o esencial. Funciona ben no móbil, por suposto..\n- **📊 Ver e exportar resultados:** Os resultados poden verse e tamén se poden exportar como CSV no mesmo formato usado polos formularios de Google.\n- **🔒 Datos baixo o seu control.** A diferenza dos formularios de Google, Typeform, Doodle e outros, a información e as respostas da enquisa mantéñense privadas na súa instancia.\n- **🙋 Involúcrese!** Temos moitas cousas previstas como máis tipos de preguntas, colaboración en formularios, [e moito máis](https://github.com/nextcloud/forms/milestones)!",
"**Simple surveys and questionnaires, self-hosted!**\n\n- **📝 Simple design:** No mass of options, only the essentials. Works well on mobile of course.\n- **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms.\n- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!" : "**Enquisas e cuestionarios sinxelos, en aloxamento autónomo.**\n\n- **📝 Deseño simple:** Sen moitas opcións, só o esencial. Funciona ben no móbil, por suposto..\n- **💾 Exportar resultados:** Os resultados pódense exportar como CSV no mesmo formato usado polos formularios de Google.\n- **🙋 Participe!** Temos moitas cousas previstas como máis tipos de preguntas, colaboración en formularios, [e moito máis](https://github.com/nextcloud/forms/milestones)!",
"New form" : "Formulario novo",
"Loading forms …" : "Cargando formularios…",
"No forms created yet" : "Aínda non se creo ningún formulario",
@ -30,12 +30,11 @@
"Required" : "Obrigatorio",
"Delete question" : "Eliminar a pregunta",
"This question needs a title!" : "Esta pregunta necesita un título.",
"A long answer for the question “{text}”" : "Unha resposta longa para a pregunta «{text}»",
"Add a new answer" : "Engadir unha nova resposta",
"There was an issue deleting this option" : "Houbo un problema ao eliminar esta opción",
"A long answer for the question “{text}”" : "Unha resposta longa para a pregunta «{text}»",
"A short answer for the question “{text}”" : "Unha resposta curta para a pregunta «{text}»",
"Delete this response" : "Elimina resta resposta",
"No response" : "Sen resposta",
"User or group name …" : "Nome de usuario ou grupo…",
"No recommendations. Start typing." : "Non hai recomendacións. Comece a escribir.",
"Searching …" : "Buscando…",
@ -52,14 +51,13 @@
"Error while saving form" : "Produciuse un erro ao gardar o formulario",
"Loading responses …" : "Cargando as respostas…",
"Back to questions" : "Volver ás preguntas",
"{amount} responses" : "{amount} respostas",
"Summary" : "Resumo",
"Options" : "Opcións",
"Responses for {title}" : "Respostas para {title}",
"Export to CSV" : "Exportar a CSV",
"Options" : "Opcións",
"Delete all responses" : "Eliminar todas as respostas",
"No responses yet" : "Aínda non hai respostas",
"Results of submitted forms will show up here" : "Os resultados dos formularios enviados amosaranse aquí",
"There was an error while loading the results" : "Produciuse un erro ao cargar os resultados",
"There was an error while loading results" : "Produciuse un erro ao cargar os resultados",
"There was an error while removing this response" : "Produciuse un erro ao retirar esta resposta",
"Are you sure you want to delete all responses of {title}?" : "Confirma que quere eliminar todas as respostas de {title}?",
"There was an error while removing responses" : "Produciuse un erro ao retirar as respostas",
@ -82,15 +80,11 @@
"Thank you for completing the form!" : "Grazas por completar o formulario.",
"There was an error submitting the form" : "Produciuse un erro no envío do formulario",
"Error while saving question" : "Produciuse un erro ao gardar a pregunta",
"Checkboxes" : "Caixas de verificación",
"Checkbox question title" : "Título da pregunta da caixa de verificación",
"This question needs a title and at least one answer!" : "Esta pregunta necesita un título e polo menos unha resposta.",
"Multiple choice" : "Escolla múltiple",
"Multiple choice question title" : "Título da pregunta de escolla múltiple",
"Dropdown" : "Despregábel",
"Dropdown question title" : "Título da pregunta despregábel",
"People can pick one option" : "A xente pode escoller unha opción",
"Pick an option" : "Escolla unha opción",
"This question needs a title and at least one answer!" : "Esta pregunta necesita un título e polo menos unha resposta.",
"Checkboxes" : "Caixas de verificación",
"Checkbox question title" : "Título da pregunta da caixa de verificación",
"Short answer" : "Resposta curta",
"Short answer question title" : "Título da pregunta de resposta curta",
"People can enter a short answer" : "A xente pode introducir unha resposta curta",

View file

@ -29,9 +29,9 @@ OC.L10N.register(
"Title of question number {index}" : "כותרת של שאלה מספר {index}",
"Required" : "נדרש",
"Delete question" : "מחיקת שאלה",
"A long answer for the question “{text}”" : "תשובה ארוכה לשאלה „{text}”",
"Add a new answer" : "הוספת תשובה חדשה",
"There was an issue deleting this option" : "מחיקת האפשרות נתקלה בבעיה",
"A long answer for the question “{text}”" : "תשובה ארוכה לשאלה „{text}”",
"A short answer for the question “{text}”" : "תשובה קצרה לשאלה „{text}”",
"Delete this response" : "מחיקת התגובה הזאת",
"User or group name …" : "שם משתמש או קבוצה…",
@ -49,12 +49,13 @@ OC.L10N.register(
"Error while saving form" : "שגיאה בעת שמירת טופס",
"Loading responses …" : "התגובות נטענות…",
"Back to questions" : "חזרה לשאלות",
"Summary" : "תקציר",
"Options" : "אפשרויות",
"Responses for {title}" : "תגובות על {title}",
"Export to CSV" : "ייצוא ל־CSV",
"Options" : "אפשרויות",
"Delete all responses" : "מחיקת כל התגובות",
"No responses yet" : "אין תגובות עדיין",
"Results of submitted forms will show up here" : "התוצאות לטפסים שהוגשו תופענה כאן",
"There was an error while loading results" : "אירעה שגיאה בטעינת התוצאות",
"There was an error while removing this response" : "אירעה שגיאה בהסרת התגובה הזאת",
"Are you sure you want to delete all responses of {title}?" : "למחוק את כל התגובות על {title}?",
"There was an error while removing responses" : "אירעה שגיאה בעת הסרת התגובות",
@ -73,8 +74,8 @@ OC.L10N.register(
"Thank you for completing the form!" : "תודה לך על שהשלמת את הטופס!",
"There was an error submitting the form" : "עלתה שגיאה בעת הגשת הטופס",
"Error while saving question" : "שגיאה בשמירת השאלה",
"Checkboxes" : "תיבות סימון",
"Multiple choice" : "שאלון אמריקאי",
"Checkboxes" : "תיבות סימון",
"Short answer" : "תשובה קצרה",
"Long text" : "טקסט ארוך",
"Form expired" : "תוקף הטופס פג",

View file

@ -27,9 +27,9 @@
"Title of question number {index}" : "כותרת של שאלה מספר {index}",
"Required" : "נדרש",
"Delete question" : "מחיקת שאלה",
"A long answer for the question “{text}”" : "תשובה ארוכה לשאלה „{text}”",
"Add a new answer" : "הוספת תשובה חדשה",
"There was an issue deleting this option" : "מחיקת האפשרות נתקלה בבעיה",
"A long answer for the question “{text}”" : "תשובה ארוכה לשאלה „{text}”",
"A short answer for the question “{text}”" : "תשובה קצרה לשאלה „{text}”",
"Delete this response" : "מחיקת התגובה הזאת",
"User or group name …" : "שם משתמש או קבוצה…",
@ -47,12 +47,13 @@
"Error while saving form" : "שגיאה בעת שמירת טופס",
"Loading responses …" : "התגובות נטענות…",
"Back to questions" : "חזרה לשאלות",
"Summary" : "תקציר",
"Options" : "אפשרויות",
"Responses for {title}" : "תגובות על {title}",
"Export to CSV" : "ייצוא ל־CSV",
"Options" : "אפשרויות",
"Delete all responses" : "מחיקת כל התגובות",
"No responses yet" : "אין תגובות עדיין",
"Results of submitted forms will show up here" : "התוצאות לטפסים שהוגשו תופענה כאן",
"There was an error while loading results" : "אירעה שגיאה בטעינת התוצאות",
"There was an error while removing this response" : "אירעה שגיאה בהסרת התגובה הזאת",
"Are you sure you want to delete all responses of {title}?" : "למחוק את כל התגובות על {title}?",
"There was an error while removing responses" : "אירעה שגיאה בעת הסרת התגובות",
@ -71,8 +72,8 @@
"Thank you for completing the form!" : "תודה לך על שהשלמת את הטופס!",
"There was an error submitting the form" : "עלתה שגיאה בעת הגשת הטופס",
"Error while saving question" : "שגיאה בשמירת השאלה",
"Checkboxes" : "תיבות סימון",
"Multiple choice" : "שאלון אמריקאי",
"Checkboxes" : "תיבות סימון",
"Short answer" : "תשובה קצרה",
"Long text" : "טקסט ארוך",
"Form expired" : "תוקף הטופס פג",

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Anonymous response" : "Anoniman odgovor",
"Forms" : "Obrasci",
"Shared by %s" : "Dijeli %s",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Jednostavne ankete i upitnici, samopostavljeni",
"New form" : "Novi obrazac",
"Loading forms …" : "Učitavanje obrazaca…",
"No forms created yet" : "Nema stvorenih obrazaca",
@ -30,10 +29,9 @@ OC.L10N.register(
"Title of question number {index}" : "Broj naslova pitanja {index}",
"Required" : "Obvezno",
"Delete question" : "Izbriši pitanje",
"This question needs a title!" : "Potreban je naslov za ovo pitanje!",
"A long answer for the question “{text}”" : "Dugi odgovor na pitanje „{text}“",
"Add a new answer" : "Dodaj novi odgovor",
"There was an issue deleting this option" : "Došlo je do problema pri brisanju ove opcije",
"A long answer for the question “{text}”" : "Dugi odgovor na pitanje „{text}“",
"A short answer for the question “{text}”" : "Kratak odgovor na pitanje „{text}“",
"Delete this response" : "Izbriši ovaj odgovor",
"User or group name …" : "Ime korisnika ili grupe…",
@ -45,30 +43,26 @@ OC.L10N.register(
"Toggle settings" : "Uklj./isklj. postavke",
"Form title" : "Naslov obrasca",
"Description" : "Opis",
"Required questions" : "Obavezna pitanja",
"Add a question" : "Dodaj pitanje",
"There was an error while adding the new question" : "Došlo je do pogreške pri dodavanju novog pitanja",
"There was an error while removing the question" : "Došlo je do pogreške pri uklanjanju pitanja",
"Error while saving form" : "Pogreška pri spremanju obrasca",
"Loading responses …" : "Učitavanje odgovora…",
"Back to questions" : "Natrag na pitanja",
"Summary" : "Sažetak",
"Options" : "Mogućnosti",
"Responses for {title}" : "Odgovori za {title}",
"Export to CSV" : "Izvezi u CSV",
"Options" : "Mogućnosti",
"Delete all responses" : "Izbriši sve odgovore",
"No responses yet" : "Još nema odgovora",
"Results of submitted forms will show up here" : "Ovdje će se prikazati rezultati poslanih obrazaca",
"There was an error while loading results" : "Došlo je do pogreške pri učitavanju rezultata",
"There was an error while removing this response" : "Došlo je do pogreške pri uklanjanju ovog odgovora",
"Are you sure you want to delete all responses of {title}?" : "Jeste li sigurni da želite izbrisati sve odgovore u {title}?",
"There was an error while removing responses" : "Došlo je do pogreške pri uklanjanju odgovora",
"responses" : "odgovori",
"Share form" : "Dijeli obrazac",
"Share via link" : "Dijeli putem poveznice",
"Show to all users of this instance" : "Prikaži svim korisnicima u ovoj instanci",
"Choose users to share with" : "Odaberi korisnike za dijeljenje",
"Settings" : "Postavke",
"Anonymous responses" : "Anonimni odgovori",
"Allow multiple responses per person" : "Omogući višestruke odgovore po osobi",
"Set expiration date" : "Postavi datum isteka",
"Expiration date" : "Datum isteka",
"Select expiration date" : "Odaberi datum isteka",
@ -80,19 +74,10 @@ OC.L10N.register(
"Thank you for completing the form!" : "Hvala što ste ispunili obrazac!",
"There was an error submitting the form" : "Došlo je do pogreške pri slanju obrasca",
"Error while saving question" : "Pogreška pri spremanju pitanja",
"Checkboxes" : "Potvrdni okviri",
"Checkbox question title" : "Naslov pitanja s potvrdnim okvirom",
"This question needs a title and at least one answer!" : "Potrebni su naslov i barem jedan odgovor za ovo pitanje!",
"Multiple choice" : "Višestruki izbor",
"Multiple choice question title" : "Naslov pitanja s višestrukim odgovorima",
"Checkboxes" : "Potvrdni okviri",
"Short answer" : "Kratak odgovor",
"Short answer question title" : "Naslov pitanja s kratkim odgovorom",
"People can enter a short answer" : "Osobe mogu unijeti kratak odgovor",
"Enter a short answer" : "Unesi kratak odgovor",
"Long text" : "Dugi tekst",
"Long text question title" : "Naslov dugog pitanja",
"People can enter a long text" : "Osobe mogu unijeti dugi tekst",
"Enter a long text" : "Unesi dugi tekst",
"Form expired" : "Obrazac je istekao",
"This form has expired and is no longer taking answers" : "Ovaj je obrazac istekao i nije moguće unositi odgovore",
"Form not found" : "Obrazac nije pronađen",

View file

@ -2,7 +2,6 @@
"Anonymous response" : "Anoniman odgovor",
"Forms" : "Obrasci",
"Shared by %s" : "Dijeli %s",
"📝 Simple surveys and questionnaires, self-hosted" : "📝 Jednostavne ankete i upitnici, samopostavljeni",
"New form" : "Novi obrazac",
"Loading forms …" : "Učitavanje obrazaca…",
"No forms created yet" : "Nema stvorenih obrazaca",
@ -28,10 +27,9 @@
"Title of question number {index}" : "Broj naslova pitanja {index}",
"Required" : "Obvezno",
"Delete question" : "Izbriši pitanje",
"This question needs a title!" : "Potreban je naslov za ovo pitanje!",
"A long answer for the question “{text}”" : "Dugi odgovor na pitanje „{text}“",
"Add a new answer" : "Dodaj novi odgovor",
"There was an issue deleting this option" : "Došlo je do problema pri brisanju ove opcije",
"A long answer for the question “{text}”" : "Dugi odgovor na pitanje „{text}“",
"A short answer for the question “{text}”" : "Kratak odgovor na pitanje „{text}“",
"Delete this response" : "Izbriši ovaj odgovor",
"User or group name …" : "Ime korisnika ili grupe…",
@ -43,30 +41,26 @@
"Toggle settings" : "Uklj./isklj. postavke",
"Form title" : "Naslov obrasca",
"Description" : "Opis",
"Required questions" : "Obavezna pitanja",
"Add a question" : "Dodaj pitanje",
"There was an error while adding the new question" : "Došlo je do pogreške pri dodavanju novog pitanja",
"There was an error while removing the question" : "Došlo je do pogreške pri uklanjanju pitanja",
"Error while saving form" : "Pogreška pri spremanju obrasca",
"Loading responses …" : "Učitavanje odgovora…",
"Back to questions" : "Natrag na pitanja",
"Summary" : "Sažetak",
"Options" : "Mogućnosti",
"Responses for {title}" : "Odgovori za {title}",
"Export to CSV" : "Izvezi u CSV",
"Options" : "Mogućnosti",
"Delete all responses" : "Izbriši sve odgovore",
"No responses yet" : "Još nema odgovora",
"Results of submitted forms will show up here" : "Ovdje će se prikazati rezultati poslanih obrazaca",
"There was an error while loading results" : "Došlo je do pogreške pri učitavanju rezultata",
"There was an error while removing this response" : "Došlo je do pogreške pri uklanjanju ovog odgovora",
"Are you sure you want to delete all responses of {title}?" : "Jeste li sigurni da želite izbrisati sve odgovore u {title}?",
"There was an error while removing responses" : "Došlo je do pogreške pri uklanjanju odgovora",
"responses" : "odgovori",
"Share form" : "Dijeli obrazac",
"Share via link" : "Dijeli putem poveznice",
"Show to all users of this instance" : "Prikaži svim korisnicima u ovoj instanci",
"Choose users to share with" : "Odaberi korisnike za dijeljenje",
"Settings" : "Postavke",
"Anonymous responses" : "Anonimni odgovori",
"Allow multiple responses per person" : "Omogući višestruke odgovore po osobi",
"Set expiration date" : "Postavi datum isteka",
"Expiration date" : "Datum isteka",
"Select expiration date" : "Odaberi datum isteka",
@ -78,19 +72,10 @@
"Thank you for completing the form!" : "Hvala što ste ispunili obrazac!",
"There was an error submitting the form" : "Došlo je do pogreške pri slanju obrasca",
"Error while saving question" : "Pogreška pri spremanju pitanja",
"Checkboxes" : "Potvrdni okviri",
"Checkbox question title" : "Naslov pitanja s potvrdnim okvirom",
"This question needs a title and at least one answer!" : "Potrebni su naslov i barem jedan odgovor za ovo pitanje!",
"Multiple choice" : "Višestruki izbor",
"Multiple choice question title" : "Naslov pitanja s višestrukim odgovorima",
"Checkboxes" : "Potvrdni okviri",
"Short answer" : "Kratak odgovor",
"Short answer question title" : "Naslov pitanja s kratkim odgovorom",
"People can enter a short answer" : "Osobe mogu unijeti kratak odgovor",
"Enter a short answer" : "Unesi kratak odgovor",
"Long text" : "Dugi tekst",
"Long text question title" : "Naslov dugog pitanja",
"People can enter a long text" : "Osobe mogu unijeti dugi tekst",
"Enter a long text" : "Unesi dugi tekst",
"Form expired" : "Obrazac je istekao",
"This form has expired and is no longer taking answers" : "Ovaj je obrazac istekao i nije moguće unositi odgovore",
"Form not found" : "Obrazac nije pronađen",

View file

@ -6,59 +6,16 @@ OC.L10N.register(
"Shared by %s" : "%s által megosztva",
"New form" : "Új űrlap",
"Loading forms …" : "Űrlapok betöltése",
"Create a form" : "Űrlap létrehozása",
"Create new form" : "Új űrlap készítése",
"Responses" : "Válaszok",
"Delete form" : "Űrlap törlése",
"Delete answer" : "Válasz törlése",
"Error while saving the answer" : "Hiba történt a válasz mentésekor",
"Required" : "Szükséges",
"Delete question" : "Kérdés törlése",
"This question needs a title!" : "Ennek a kérdésnek cím kell!",
"Add a new answer" : "Válasz hozzáadása",
"Delete this response" : "Válasz törlése",
"No response" : "Nincs válasz",
"No recommendations. Start typing." : "Nincs javaslat. Kezdj gépelni.",
"Searching …" : "Keresés ...",
"Group" : "Csoport",
"Loading {title} …" : "{title} betöltése…",
"Form title" : "Űrlap címe",
"Description" : "Leírás",
"Required questions" : "Kötelező kérdés",
"Add a question" : "Kérdés hozzáadása",
"There was an error while adding the new question" : "Hiba történt a kérdés hozzáadása közben",
"There was an error while removing the question" : "Hiba történt a kérdés eltávolítása közben",
"Error while saving form" : "Hiba az űrlap mentésekor",
"Loading responses …" : "Válaszok betöltése …",
"Back to questions" : "Vissza a kérdésekhez",
"{amount} responses" : "{amount} válasz",
"Summary" : "Összefoglalás",
"Options" : "Beállítások",
"Export to CSV" : "Exportálás CSV-be",
"Delete all responses" : "Összes válasz törlése",
"No responses yet" : "Még nem érkezett válasz",
"There was an error while removing this response" : "Hiba történt a válasz eltávolítása közben",
"There was an error while removing responses" : "Hiba történt a válaszok eltávolítása közben",
"Share form" : "Űrlap megosztása",
"Share via link" : "Megosztás hivatkozással",
"Choose users to share with" : "Válassz felhasználókat a megosztáshoz",
"Settings" : "Beállítások",
"Anonymous responses" : "Névtelen válaszok",
"Set expiration date" : "Lejárati idő beállítása",
"Expiration date" : "Lejárati idő",
"Select expiration date" : "Válassz lejárati időt",
"Submit" : "Beküldés",
"Submit form" : "Űrlap beküldése",
"Submitting form …" : "Űrlap beküldése …",
"Thank you for completing the form!" : "Köszönöm, hogy kitöltötte az űrlapot!",
"Pick an option" : "Válasszon egy lehetőséget",
"Short answer" : "Rövid válasz",
"Short answer question title" : "Rövid válasz címe",
"People can enter a short answer" : "Rövid válasz írható be",
"Enter a short answer" : "Írjon be egy rövid választ",
"Form expired" : "Az űrlap lejárt",
"This form has expired and is no longer taking answers" : "Ez az űrlap lejárt és többé nem lehet kitölteni.",
"Form not found" : "Az űrlap nem található",
"This form does not exist" : "Ez a form nem létezik"
"Submit" : "Beküldés"
},
"nplurals=2; plural=(n != 1);");

View file

@ -4,59 +4,16 @@
"Shared by %s" : "%s által megosztva",
"New form" : "Új űrlap",
"Loading forms …" : "Űrlapok betöltése",
"Create a form" : "Űrlap létrehozása",
"Create new form" : "Új űrlap készítése",
"Responses" : "Válaszok",
"Delete form" : "Űrlap törlése",
"Delete answer" : "Válasz törlése",
"Error while saving the answer" : "Hiba történt a válasz mentésekor",
"Required" : "Szükséges",
"Delete question" : "Kérdés törlése",
"This question needs a title!" : "Ennek a kérdésnek cím kell!",
"Add a new answer" : "Válasz hozzáadása",
"Delete this response" : "Válasz törlése",
"No response" : "Nincs válasz",
"No recommendations. Start typing." : "Nincs javaslat. Kezdj gépelni.",
"Searching …" : "Keresés ...",
"Group" : "Csoport",
"Loading {title} …" : "{title} betöltése…",
"Form title" : "Űrlap címe",
"Description" : "Leírás",
"Required questions" : "Kötelező kérdés",
"Add a question" : "Kérdés hozzáadása",
"There was an error while adding the new question" : "Hiba történt a kérdés hozzáadása közben",
"There was an error while removing the question" : "Hiba történt a kérdés eltávolítása közben",
"Error while saving form" : "Hiba az űrlap mentésekor",
"Loading responses …" : "Válaszok betöltése …",
"Back to questions" : "Vissza a kérdésekhez",
"{amount} responses" : "{amount} válasz",
"Summary" : "Összefoglalás",
"Options" : "Beállítások",
"Export to CSV" : "Exportálás CSV-be",
"Delete all responses" : "Összes válasz törlése",
"No responses yet" : "Még nem érkezett válasz",
"There was an error while removing this response" : "Hiba történt a válasz eltávolítása közben",
"There was an error while removing responses" : "Hiba történt a válaszok eltávolítása közben",
"Share form" : "Űrlap megosztása",
"Share via link" : "Megosztás hivatkozással",
"Choose users to share with" : "Válassz felhasználókat a megosztáshoz",
"Settings" : "Beállítások",
"Anonymous responses" : "Névtelen válaszok",
"Set expiration date" : "Lejárati idő beállítása",
"Expiration date" : "Lejárati idő",
"Select expiration date" : "Válassz lejárati időt",
"Submit" : "Beküldés",
"Submit form" : "Űrlap beküldése",
"Submitting form …" : "Űrlap beküldése …",
"Thank you for completing the form!" : "Köszönöm, hogy kitöltötte az űrlapot!",
"Pick an option" : "Válasszon egy lehetőséget",
"Short answer" : "Rövid válasz",
"Short answer question title" : "Rövid válasz címe",
"People can enter a short answer" : "Rövid válasz írható be",
"Enter a short answer" : "Írjon be egy rövid választ",
"Form expired" : "Az űrlap lejárt",
"This form has expired and is no longer taking answers" : "Ez az űrlap lejárt és többé nem lehet kitölteni.",
"Form not found" : "Az űrlap nem található",
"This form does not exist" : "Ez a form nem létezik"
"Submit" : "Beküldés"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

10
l10n/hy.js Normal file
View file

@ -0,0 +1,10 @@
OC.L10N.register(
"forms",
{
"Group" : "Խումբ",
"Description" : "Նկարագրություն",
"Settings" : "կարգավորումներ",
"Set expiration date" : "Սահմանել վավերականության ժամկետ",
"Expiration date" : "Վավերականության ժամկետ"
},
"nplurals=2; plural=(n != 1);");

8
l10n/hy.json Normal file
View file

@ -0,0 +1,8 @@
{ "translations": {
"Group" : "Խումբ",
"Description" : "Նկարագրություն",
"Settings" : "կարգավորումներ",
"Set expiration date" : "Սահմանել վավերականության ժամկետ",
"Expiration date" : "Վավերականության ժամկետ"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -4,7 +4,6 @@ OC.L10N.register(
"Required" : "Requirite",
"Group" : "Gruppo",
"Description" : "Description",
"Summary" : "Summario",
"Settings" : "Configurationes",
"Set expiration date" : "Assignar data de expiration",
"Expiration date" : "Data de expiration"

View file

@ -2,7 +2,6 @@
"Required" : "Requirite",
"Group" : "Gruppo",
"Description" : "Description",
"Summary" : "Summario",
"Settings" : "Configurationes",
"Set expiration date" : "Assignar data de expiration",
"Expiration date" : "Data de expiration"

View file

@ -3,7 +3,6 @@ OC.L10N.register(
{
"Group" : "Grup",
"Description" : "Deskrisi",
"Summary" : "Kesimpulan",
"Options" : "Pilihan",
"Settings" : "Setelan",
"Set expiration date" : "Atur tanggal kedaluwarsa",

Some files were not shown because too many files have changed in this diff Show more