From 4e0e2a4a20efadc501f330feadf72d65a8c30894 Mon Sep 17 00:00:00 2001 From: Matthew White Date: Fri, 3 Jun 2022 11:02:07 -0400 Subject: [PATCH] Update translations before v1.5 release --- src/components/analytics/metrics-table.vue | 28 ++++++- src/components/analytics/preview.vue | 12 ++- src/components/form/row.vue | 24 ++++-- src/components/form/sort.vue | 27 +++++- src/components/form/table.vue | 12 +++ src/components/home/summary.vue | 14 ++++ src/components/project/enable-encryption.vue | 12 +++ src/components/project/home-block.vue | 23 ++++- src/components/project/list.vue | 11 +-- src/components/project/sort.vue | 18 ++++ src/components/submission/decrypt.vue | 24 ++---- .../submission/filters/submitter.vue | 6 +- src/locales/de.json | 8 +- src/locales/es.json | 7 +- src/locales/fr.json | 3 +- src/locales/it.json | 7 +- transifex/strings_cs.json | 22 +++-- transifex/strings_de.json | 84 ++++++++++--------- transifex/strings_es.json | 70 ++++++++-------- transifex/strings_fr.json | 60 ++++++------- transifex/strings_id.json | 20 +++-- transifex/strings_it.json | 70 ++++++++-------- transifex/strings_ja.json | 22 +++-- transifex/strings_sw.json | 22 +++-- 24 files changed, 387 insertions(+), 219 deletions(-) diff --git a/src/components/analytics/metrics-table.vue b/src/components/analytics/metrics-table.vue index 87b36dc46..1ff4e7854 100644 --- a/src/components/analytics/metrics-table.vue +++ b/src/components/analytics/metrics-table.vue @@ -163,6 +163,7 @@ export default { "num_unique_collectors": "Anzahl eindeutiger Datensammler", "backups_configured": "Sicherungskopien konfiguriert.", "database_size": "Systemdatenbankgröße", + "uses_external_db": "Der Server verwendet eine externe Datenbank", "num_managers": "Anzahl Projekt-Manager", "num_viewers": "Anzahl Projekt-Betrachter", "num_data_collectors": "Anzahl Datensammler", @@ -175,6 +176,9 @@ export default { "num_forms_with_encryption": "Anzahl Formulare mit Verschlüsselung", "num_forms_with_audits": "Anzahl Formulare mit Audits", "num_reused_form_ids": "Anzahl der wiederverwendeten Formular-IDs", + "num_open_forms": "Anzahl offener Formulare", + "num_closing_forms": "Anzahl der schliessenden Formulare", + "num_closed_forms": "Anzahl geschlossener Formulare", "num_submissions_received": "Anzahl ausgefüllte Formulare - erhalten", "num_submissions_approved": "Anzahl ausgefüllte Formulare - genehmigt", "num_submissions_has_issues": "Anzahl ausgefüllte Formulare - mit Problemen", @@ -184,7 +188,8 @@ export default { "num_submissions_with_comments": "Anzahl ausgefüllter Formulare mit Kommentaren", "num_submissions_from_app_users": "Anzahl ausgefüllter Formulare von App-Benutzern", "num_submissions_from_public_links": "Anzahl Einreichungen von Zugangslink", - "num_submissions_from_web_users": "Anzahl Einreichungen von Web Benutzern" + "num_submissions_from_web_users": "Anzahl Einreichungen von Web Benutzern", + "has_description": "Das Projekt hat eine Beschreibung" } }, "es": { @@ -200,6 +205,7 @@ export default { "num_unique_collectors": "Número de recopiladores de datos unicos", "backups_configured": "Copias de seguridad configuradas", "database_size": "Tamaño de la base de datos del sistema", + "uses_external_db": "El servidor utiliza una base de datos externa", "num_managers": "Número de jefes de proyecto", "num_viewers": "Número de observadores del proyecto", "num_data_collectors": "Número de recopiladores de datos", @@ -212,6 +218,9 @@ export default { "num_forms_with_encryption": "Número de formularios con cifrado", "num_forms_with_audits": "Número de formularios con auditorías", "num_reused_form_ids": "Número de ID de formulario reutilizados", + "num_open_forms": "Número de formularios abiertos", + "num_closing_forms": "Número de formularios de cierre", + "num_closed_forms": "Número de formularios cerrados", "num_submissions_received": "Número de envíos - Recibidos", "num_submissions_approved": "Número de envíos - Aprobados", "num_submissions_has_issues": "Número de envíos - Con problemas", @@ -221,7 +230,8 @@ export default { "num_submissions_with_comments": "Número de envíos con comentarios", "num_submissions_from_app_users": "Número de envíos de Usuarios móviles", "num_submissions_from_public_links": "Número de envíos de enlaces públicos", - "num_submissions_from_web_users": "Número de envíos de usuarios web" + "num_submissions_from_web_users": "Número de envíos de usuarios web", + "has_description": "El proyecto tiene una descripción" } }, "fr": { @@ -237,6 +247,7 @@ export default { "num_unique_collectors": "Nombre de collecteurs de données uniques", "backups_configured": "Sauvegardes configurées", "database_size": "Taille de la base de données du système", + "uses_external_db": "Le serveur utilise une base de données externe", "num_managers": "Nombre de gestionnaires de projet", "num_viewers": "Nombre de lecteurs de projet", "num_data_collectors": "Nombre de collecteurs de données", @@ -249,6 +260,9 @@ export default { "num_forms_with_encryption": "Nombre de formulaires avec chiffrement", "num_forms_with_audits": "Nombre de formulaires avec audits", "num_reused_form_ids": "Nombre d'ID de formulaires réutilisés", + "num_open_forms": "Nombre de formulaires ouverts", + "num_closing_forms": "Nombre de formulaires en cours de fermeture", + "num_closed_forms": "Nombre de formulaires fermés", "num_submissions_received": "Nombre de soumissions - Reçues", "num_submissions_approved": "Nombre de soumissions - Approuvées", "num_submissions_has_issues": "Nombre de soumissions - Avec problèmes", @@ -258,7 +272,8 @@ export default { "num_submissions_with_comments": "Nombre de soumissions avec commentaires", "num_submissions_from_app_users": "Nombre de soumissions depuis les utilisateurs d'application", "num_submissions_from_public_links": "Nombre de soumissions depuis les liens d'accès public", - "num_submissions_from_web_users": "Nombre de soumissions par des utilisateurs web" + "num_submissions_from_web_users": "Nombre de soumissions par des utilisateurs web", + "has_description": "Le projet a une description" } }, "id": { @@ -289,6 +304,7 @@ export default { "num_unique_collectors": "Numero di raccoglitori di dati unici", "backups_configured": "Backups configurati.", "database_size": "System database size", + "uses_external_db": "Il server utilizza una base di dati esterna", "num_managers": "Numero di responsabili del progetto", "num_viewers": "Numero di visualizzatori del progetto", "num_data_collectors": "Numero di raccoglitori di dati", @@ -301,6 +317,9 @@ export default { "num_forms_with_encryption": "Numero di formulari con crittografia abilitata", "num_forms_with_audits": "Numero di formulari con audit", "num_reused_form_ids": "Numero di ID formulario riutilizzati", + "num_open_forms": "Numero di formulari aperti", + "num_closing_forms": "Numero di formulari in fase di chiusura", + "num_closed_forms": "Numero di formulari chiusi", "num_submissions_received": "Numero di invii - Ricevuti", "num_submissions_approved": "Numero di invii - Approvati", "num_submissions_has_issues": "Numero di invii - Con problemi", @@ -310,7 +329,8 @@ export default { "num_submissions_with_comments": "Numero di invii con commenti", "num_submissions_from_app_users": "Numero di invii ricevuti da utenti applicazione", "num_submissions_from_public_links": "Numero di invii ricevuti da link pubblici", - "num_submissions_from_web_users": "Numero di invii ricevuti da utenti web" + "num_submissions_from_web_users": "Numero di invii ricevuti da utenti web", + "has_description": "Il Progetto ha una descrizione" } }, "ja": { diff --git a/src/components/analytics/preview.vue b/src/components/analytics/preview.vue index 71eeff8cb..d0bd80707 100644 --- a/src/components/analytics/preview.vue +++ b/src/components/analytics/preview.vue @@ -210,7 +210,8 @@ export default { "title": "Projekt-Übersicht", "subtitle": "(Zeigt das aktivste Projekt der {count} Projekt) | (Zeigt das aktivste Projekt der {count} Projekte)" }, - "submissionStates": "Einsendungenstatus" + "submissionStates": "Einsendungenstatus", + "other": "Anderes" }, "es": { "title": "Informe de uso anonimizado", @@ -223,7 +224,8 @@ export default { "title": "Resúmenes de proyectos", "subtitle": "(Mostrando el Proyecto más activo de {count} Proyecto) | (Mostrando el Proyecto más activo de {count} Proyectos) | (Mostrando el Proyecto más activo de {count} Proyectos)" }, - "submissionStates": "Estados de envío" + "submissionStates": "Estados de envío", + "other": "Otro" }, "fr": { "title": "Rapport d'utilisation anonymisé", @@ -236,7 +238,8 @@ export default { "title": "Résumés du projet", "subtitle": "(Affichage du projet le plus actif parmi {count} projets) | (Affichage du projet le plus actif parmi {count} projets) | (Affichage du projet le plus actif parmi {count} projets)" }, - "submissionStates": "États des soumissions" + "submissionStates": "États des soumissions", + "other": "Autre" }, "it": { "title": "Report di utilizzo anonimo", @@ -249,7 +252,8 @@ export default { "title": "Riepiloghi del progetto", "subtitle": "(Visualizzazione del progetto più attivo di {count} Progetto) | (Visualizzazione del progetto più attivo di {count} Progetti) | (Visualizzazione del progetto più attivo di {count} Progetti)" }, - "submissionStates": "Stato invio" + "submissionStates": "Stato invio", + "other": "Altro" }, "ja": { "title": "匿名化された利用状況報告", diff --git a/src/components/form/row.vue b/src/components/form/row.vue index 734ba2821..17d3dac30 100644 --- a/src/components/form/row.vue +++ b/src/components/form/row.vue @@ -222,18 +222,24 @@ export default { }, "de": { "action": { - "fill": "Formular ausfüllen" - } + "fill": "Formular ausfüllen", + "test": "testen" + }, + "formClosingTip": "Dieses Formular steht auf Schliessen und akzeptiert seine endgültigen Übermittlungen. Es kann nicht heruntergeladen werden, aber Übermittlungen werden noch akzeptiert." }, "es": { "action": { - "fill": "Llenar formulario" - } + "fill": "Llenar formulario", + "test": "Probar" + }, + "formClosingTip": "Este formulario se está cerrando y aceptando sus Envíos finales. No se puede descargar, pero aún acepta Envíos." }, "fr": { "action": { - "fill": "Remplir le formulaire" - } + "fill": "Remplir le formulaire", + "test": "Test" + }, + "formClosingTip": "Ce formulaire est en cours de fermeture et accepte ses dernières soumissions. Il n'est plus téléchargeable mais peut encore recevoir des soumissions." }, "id": { "action": { @@ -242,8 +248,10 @@ export default { }, "it": { "action": { - "fill": "Compila il Formulario" - } + "fill": "Compila il Formulario", + "test": "Test" + }, + "formClosingTip": "Questo Formulario è in fase di chiusura e accetta i suoi ultimi Invii. Non è scaricabile ma tuttavia accetta Invii." }, "ja": { "action": { diff --git a/src/components/form/sort.vue b/src/components/form/sort.vue index 9c78ef0d5..ac1b30376 100644 --- a/src/components/form/sort.vue +++ b/src/components/form/sort.vue @@ -67,5 +67,30 @@ export default { -{} +{ + "de": { + "sortOptions": { + "alphabetical": "Alphabetisch", + "newest": "Neueste" + } + }, + "es": { + "sortOptions": { + "alphabetical": "Alfabético", + "newest": "El mas nuevo" + } + }, + "fr": { + "sortOptions": { + "alphabetical": "Alphabétique", + "newest": "Plus récent" + } + }, + "it": { + "sortOptions": { + "alphabetical": "Alfabetico", + "newest": "Il più nuovo" + } + } +} diff --git a/src/components/form/table.vue b/src/components/form/table.vue index dc8b58284..0d528229b 100644 --- a/src/components/form/table.vue +++ b/src/components/form/table.vue @@ -127,16 +127,25 @@ export default { }, "de": { "header": { + "closedForms": "Geschlossene Formulare", + "reviewStates": "Überprüfungsstaaten", + "latest": "Letzte", "idAndVersion": "ID und Version" } }, "es": { "header": { + "closedForms": "Formularios cerrados", + "reviewStates": "Estados de revisión", + "latest": "Más reciente", "idAndVersion": "ID y versión" } }, "fr": { "header": { + "closedForms": "Formulaires fermés", + "reviewStates": "États de révision", + "latest": "Plus ancien", "idAndVersion": "Identifiant et version" } }, @@ -147,6 +156,9 @@ export default { }, "it": { "header": { + "closedForms": "Formulari chiusi", + "reviewStates": "Stati Revisione", + "latest": "Ultimo", "idAndVersion": "ID e Versione" } }, diff --git a/src/components/home/summary.vue b/src/components/home/summary.vue index a7da32f58..127ba231e 100644 --- a/src/components/home/summary.vue +++ b/src/components/home/summary.vue @@ -144,6 +144,20 @@ export default { "body": "Vždy můžete získat pomoc od ostatních na fóru, kde můžete také vyhledávat předchozí dotazy." } }, + "de": { + "projects": { + "body": "Central ist in Projekte organisiert, die jeweils ihre eigenen Formulare und zugehörigen Daten enthalten." + }, + "users": { + "body": "Benutzer können Projekten zugewiesen werden, um sie zu verwalten oder eingereichte Daten zu sammeln oder zu überprüfen." + }, + "docs": { + "body": "Es gibt ein Erste-Schritte-Tutorial und die Benutzerdokumentation auf der ODK Docs Webseite." + }, + "forum": { + "body": "Sie können im Forum immer Hilfe von anderen erhalten. Dort können Sie auch nach Antworten auf ähnliche Fragen suchen." + } + }, "es": { "projects": { "body": "Central está organizado en Proyectos, cada uno de los cuales contiene sus propios Formularios y datos relacionados." diff --git a/src/components/project/enable-encryption.vue b/src/components/project/enable-encryption.vue index d6e8ff7c7..b6b648b1c 100644 --- a/src/components/project/enable-encryption.vue +++ b/src/components/project/enable-encryption.vue @@ -416,6 +416,9 @@ export default { ] } ], + "success": [ + "Für dieses Projekt wurde Verschlüsselung aktiviert. Alle Mobilgeräte müssen die neuesten Formulare herunterladen damit die Verschlüsselung auch durchgeführt wird." + ], "field": { "hint": "Optionale Merkhilfe für die Passphrase" }, @@ -467,6 +470,9 @@ export default { ] } ], + "success": [ + "El cifrado ha sido configurado para este proyecto. Cualquier dispositivo móvil tendrá que buscar o volver a buscar los últimos formularios para que el cifrado se lleve a cabo." + ], "field": { "hint": "Sugerencia de frase de contraseña (opcional)" }, @@ -518,6 +524,9 @@ export default { ] } ], + "success": [ + "Le chiffrement a été configuré pour ce projet. Tous les appareils mobiles devront récupérer ou rerécupérer les derniers formulaires pour que le chiffrement puisse avoir lieu." + ], "field": { "hint": "Indice de phrase de passe (optionnel)" }, @@ -617,6 +626,9 @@ export default { ] } ], + "success": [ + "La crittografia è stata configurata per questo progetto. Tutti i dispositivi mobili dovranno prendere o recuperare i formulari più recenti affinché la crittografia possa avvenire." + ], "field": { "hint": "Suggerimento per la passphrase (opzionale)" }, diff --git a/src/components/project/home-block.vue b/src/components/project/home-block.vue index 8a333b2b3..74006411a 100644 --- a/src/components/project/home-block.vue +++ b/src/components/project/home-block.vue @@ -154,8 +154,29 @@ export default { { + "de": { + "encrypted": "Verschlüsselt", + "encryptionTip": "Dieses Projekt verwendet verwaltete Verschlüsselung.", + "showMore": "Zeige {count} von insgesamt", + "showFewer": "Zeige weniger {count} von insgesamt" + }, + "es": { + "encrypted": "Cifrado", + "encryptionTip": "Este proyecto utiliza cifrado administrado.", + "showMore": "Mostrar {count} total", + "showFewer": "Mostrar menos de {count} total" + }, "fr": { - "encrypted": "Chiffré" + "encrypted": "Chiffré", + "encryptionTip": "Ce projet utilise un chiffrement des données.", + "showMore": "Montrer {count} total", + "showFewer": "Réduire {count} total" + }, + "it": { + "encrypted": "Crittografato", + "encryptionTip": "Questo progetto utilizza la crittografia gestita.", + "showMore": "Mostra {count} del totale", + "showFewer": "Mostra meno {count} del totale" } } diff --git a/src/components/project/list.vue b/src/components/project/list.vue index 45c8830c5..cbf645019 100644 --- a/src/components/project/list.vue +++ b/src/components/project/list.vue @@ -196,25 +196,24 @@ export default { "action": { "create": "Nový" }, - "emptyTable": "Nejsou žádné projekty, které byste mohli vidět.", "alert": { "create": "Váš nový projekt byl úspěšně vytvořen." } }, "de": { + "archived": "Archivierte Projekte", "action": { "create": "Neu" }, - "emptyTable": "Es gibt für Sie keine Formulare zum Anzeigen.", "alert": { "create": "Ihr neues Projekt wurde erfolgreich erstellt." } }, "es": { + "archived": "Proyectos archivados", "action": { "create": "Nuevo" }, - "emptyTable": "No existen proyectos para mostrar.", "alert": { "create": "Su proyecto ha sido creado exitosamente" } @@ -224,7 +223,6 @@ export default { "action": { "create": "Nouveau" }, - "emptyTable": "Il n'y a pas de projets à voir.", "alert": { "create": "Votre nouveau projet a été créé avec succès." } @@ -233,16 +231,15 @@ export default { "action": { "create": "Baru" }, - "emptyTable": "Tidak ada Proyek untuk dilihat.", "alert": { "create": "Proyek baru Anda telah sukses dibuat." } }, "it": { + "archived": "Progetti archiviati", "action": { "create": "Nuovo" }, - "emptyTable": "Non ci sono progetti da visualizzare.", "alert": { "create": "Il tuo nuovo progetto è stato creato con successo." } @@ -251,7 +248,6 @@ export default { "action": { "create": "新規作成" }, - "emptyTable": "あなたが閲覧できるプロジェクトはありません。", "alert": { "create": "新規プロジェクトは正しく作成されました。" } @@ -260,7 +256,6 @@ export default { "action": { "create": "Mpya" }, - "emptyTable": "Hakuna Miradi kwako kuona.", "alert": { "create": "Mradi wako mpya umeundwa." } diff --git a/src/components/project/sort.vue b/src/components/project/sort.vue index 321683ec6..44f611fcc 100644 --- a/src/components/project/sort.vue +++ b/src/components/project/sort.vue @@ -68,11 +68,29 @@ export default { { + "de": { + "sortOptions": { + "alphabetical": "Alphabetisch", + "newest": "Neueste" + } + }, + "es": { + "sortOptions": { + "alphabetical": "Alfabético", + "newest": "El mas nuevo" + } + }, "fr": { "sortOptions": { "alphabetical": "Alphabétique", "newest": "Plus récent" } + }, + "it": { + "sortOptions": { + "alphabetical": "Alfabetico", + "newest": "Il più nuovo" + } } } diff --git a/src/components/submission/decrypt.vue b/src/components/submission/decrypt.vue index 33c530d7f..c0977f023 100644 --- a/src/components/submission/decrypt.vue +++ b/src/components/submission/decrypt.vue @@ -389,8 +389,7 @@ $actions-padding-left: $label-icon-max-width + $margin-right-icon; "exportOptions": "Možnosti exportu", "field": { "splitSelectMultiples": "Rozdělení možností \"vybrat více\" do sloupců", - "removeGroupNames": "Odstranění názvů skupin", - "deletedFields": "Zahrnout dříve odstraněná pole formuláře" + "removeGroupNames": "Odstranění názvů skupin" }, "noSelectMultiple": "Tento formulář nemá žádná pole pro výběr více položek.", "encryptedForm": "Šifrované formuláře nelze tímto způsobem zpracovávat.", @@ -418,8 +417,7 @@ $actions-padding-left: $label-icon-max-width + $margin-right-icon; "exportOptions": "Exportoptionen", "field": { "splitSelectMultiples": "Unterteilen Sie „mehrere auswählen“-Optionen in Spalten", - "removeGroupNames": "Gruppennamen entfernen", - "deletedFields": "Zuvor gelöschte Formularfelder einschließen" + "removeGroupNames": "Gruppennamen entfernen" }, "noSelectMultiple": "Dieses Formular enthält keine Mehrfachauswahlfelder.", "encryptedForm": "Verschlüsselte Formulare können auf diese Weise nicht verarbeitet werden.", @@ -438,7 +436,8 @@ $actions-padding-left: $label-icon-max-width + $margin-right-icon; }, "alert": { "unavailable": "Der Datendownload ist noch nicht verfügbar. Bitte versuchen Sie es gleich noch einmal.", - "submit": "Ihr Daten-Download sollte bald beginnen. Sobald er beginnt, können Sie diese Box schließen. Wenn Sie gewartet haben und er hat nicht begonnen, versuchen Sie es erneut." + "submit": "Ihr Daten-Download sollte bald beginnen. Sobald er beginnt, können Sie diese Box schließen. Wenn Sie gewartet haben und er hat nicht begonnen, versuchen Sie es erneut.", + "parseError": "Beim Anfordern Ihrer Daten ist etwas nicht geklappt." } }, "es": { @@ -446,8 +445,7 @@ $actions-padding-left: $label-icon-max-width + $margin-right-icon; "exportOptions": "Opciones de exportación", "field": { "splitSelectMultiples": "Divida las opciones de \"selección múltiple\" en columnas", - "removeGroupNames": "Eliminar nombres de grupos", - "deletedFields": "Incluir campos de formulario eliminados anteriormente" + "removeGroupNames": "Eliminar nombres de grupos" }, "noSelectMultiple": "Este formulario no tiene ningún campo de selección múltiple.", "encryptedForm": "Los formularios cifrados no se pueden procesar de esta manera.", @@ -475,8 +473,7 @@ $actions-padding-left: $label-icon-max-width + $margin-right-icon; "exportOptions": "Options d'exportation", "field": { "splitSelectMultiples": "Séparer le contenu des questions à choix multiples en plusieurs colonnes.", - "removeGroupNames": "Supprimer les noms de groupe", - "deletedFields": "Inclure les champs du formulaire précédemment supprimés." + "removeGroupNames": "Supprimer les noms de groupe" }, "noSelectMultiple": "Ce formulaire ne contient aucun champ à choix multiples (de type \"select_multiple\").", "encryptedForm": "Les formulaires chiffrés ne peuvent être traités de cette manière.", @@ -513,8 +510,7 @@ $actions-padding-left: $label-icon-max-width + $margin-right-icon; "exportOptions": "Opzioni di esportazione", "field": { "splitSelectMultiples": "Dividi le scelte \"select multiple\" in colonne", - "removeGroupNames": "Rimuovi i nomi dei gruppi", - "deletedFields": "Includi campi del formulario eliminati in precedenza" + "removeGroupNames": "Rimuovi i nomi dei gruppi" }, "noSelectMultiple": "Questo formulario non ha campi a scelta multipla selezionati.", "encryptedForm": "I moduli crittografati non possono essere elaborati in questo modo.", @@ -542,8 +538,7 @@ $actions-padding-left: $label-icon-max-width + $margin-right-icon; "exportOptions": "エクスポート設定", "field": { "splitSelectMultiples": "複数選択項目を列に切り分ける。", - "removeGroupNames": "グループ名を取り除く", - "deletedFields": "既に削除されたフォームの項目を含む。" + "removeGroupNames": "グループ名を取り除く" }, "noSelectMultiple": "このフォームには複数選択項目がありません。", "encryptedForm": "この方法でフォームの暗号化は行えません。", @@ -570,8 +565,7 @@ $actions-padding-left: $label-icon-max-width + $margin-right-icon; "exportOptions": "Chaguzi za export", "field": { "splitSelectMultiples": "Gawanya chaguo za \"chagua nyingi\" kwenye safu wima", - "removeGroupNames": "Ondoa majina ya kikundi", - "deletedFields": "Jumuisha sehemu za Fomu zilizofutwa hapo awali" + "removeGroupNames": "Ondoa majina ya kikundi" }, "noSelectMultiple": "Fomu hii haina sehemu nyingi zilizochaguliwa", "encryptedForm": "Fomu Zilizosimbwa kwa njia fiche haziwezi kuchakatwa kwa njia hii", diff --git a/src/components/submission/filters/submitter.vue b/src/components/submission/filters/submitter.vue index fec8e083e..f96a67d33 100644 --- a/src/components/submission/filters/submitter.vue +++ b/src/components/submission/filters/submitter.vue @@ -92,7 +92,8 @@ export default { "de": { "field": { "submitter": "Übermittelt von" - } + }, + "unknown": "Unbekannter Einsender" }, "es": { "field": { @@ -103,7 +104,8 @@ export default { "fr": { "field": { "submitter": "Soumis par" - } + }, + "unknown": "Expéditeur inconnu" }, "id": { "field": { diff --git a/src/locales/de.json b/src/locales/de.json index 8dc814f46..6114fa495 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -43,7 +43,8 @@ "formState": { "open": "Offen", "closing": "Schließen", - "closed": "Geschlossen" + "closed": "Geschlossen", + "unpublished": "Noch nicht veröffentlicht" }, "reviewState": { "received": "Empfangen", @@ -145,6 +146,7 @@ "review": "Überprüfen", "save": "Speichern", "saveSettings": "Einstellungen speichern", + "sort": "Sortieren", "update": "Aktualisieren", "yesProceed": "Ja, fortfahren", "showPreview": "Vorschau", @@ -237,7 +239,8 @@ }, "editDisabled": "Sie können verschlüsselte Übermittlungen nicht bearbeiten.", "binaryLinkTitle": "Datei wurde übermittelt. Zum Downloaden klicken.", - "encryptionMessage": "Datenvorschau wegen Verschlüsselung nicht verfügbar" + "encryptionMessage": "Datenvorschau wegen Verschlüsselung nicht verfügbar", + "noSubmission": "(keine)" }, "common": { "activity": "Aktivität", @@ -249,6 +252,7 @@ "docs": "Dokumentation", "filter": "Filter", "forum": "Forum", + "loading": "Wird geladen...", "no": "Nein", "noResults": "Keine Ergebnisse", "rightNow": "Aktuell", diff --git a/src/locales/es.json b/src/locales/es.json index e050000ce..34fdb288a 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -43,7 +43,8 @@ "formState": { "open": "Abierto", "closing": "Cerrando", - "closed": "Cerrado" + "closed": "Cerrado", + "unpublished": "Aún no publicado" }, "reviewState": { "received": "Recibido", @@ -145,6 +146,7 @@ "review": "Revisar", "save": "Guardar", "saveSettings": "Guardar las configuraciónes", + "sort": "Ordenar", "update": "Actualizar", "yesProceed": "Sí, continuar", "showPreview": "Vista previa", @@ -237,7 +239,8 @@ }, "editDisabled": "No puede editar envíos encriptados.", "binaryLinkTitle": "Se envió el archivo. Haga clic para descargar.", - "encryptionMessage": "La vista previa de datos no está disponible debido al cifrado." + "encryptionMessage": "La vista previa de datos no está disponible debido al cifrado.", + "noSubmission": "(ninguno)" }, "common": { "activity": "Actividad", diff --git a/src/locales/fr.json b/src/locales/fr.json index 8d2a09ea5..6995fc0c6 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -43,7 +43,8 @@ "formState": { "open": "Ouvert", "closing": "Fermeture", - "closed": "Fermé" + "closed": "Fermé", + "unpublished": "Pas encore publié" }, "reviewState": { "received": "Reçue", diff --git a/src/locales/it.json b/src/locales/it.json index f3f707f89..31c76b880 100644 --- a/src/locales/it.json +++ b/src/locales/it.json @@ -43,7 +43,8 @@ "formState": { "open": "Aperto", "closing": "In chiusura", - "closed": "Chiuso" + "closed": "Chiuso", + "unpublished": "Non ancora pubblicato" }, "reviewState": { "received": "Ricevuto", @@ -145,6 +146,7 @@ "review": "Rivedi", "save": "Salvare", "saveSettings": "Salva le impostazioni", + "sort": "Ordina", "update": "Aggiorna", "yesProceed": "Si, procedere", "showPreview": "Anteprima", @@ -237,7 +239,8 @@ }, "editDisabled": "Non puoi modificare invii criptati", "binaryLinkTitle": "Il file è stato inviato. Clicca per scaricare.", - "encryptionMessage": "L'anteprima dei dati non è disponibile a causa della crittografia." + "encryptionMessage": "L'anteprima dei dati non è disponibile a causa della crittografia.", + "noSubmission": "(nessuno)" }, "common": { "activity": "Attività", diff --git a/transifex/strings_cs.json b/transifex/strings_cs.json index e8a667100..c278a12e2 100644 --- a/transifex/strings_cs.json +++ b/transifex/strings_cs.json @@ -603,6 +603,9 @@ }, "updateReviewState": { "string": "Stav kontroly uložen!" + }, + "versionChange": { + "string": "" } }, "moreInfo": { @@ -1099,13 +1102,6 @@ "developer_comment": "This is the title of a single table in the analytics metrics report of other additional metrics that don't fit into other categories" } }, - "App": { - "alert": { - "versionChange": { - "string": "Server byl aktualizován. Obnovte prosím stránku, abyste se vyhnuli nepředvídatelnému chování." - } - } - }, "AsyncRoute": { "alert": { "loadError": { @@ -2885,7 +2881,12 @@ } }, "emptyTable": { - "string": "Nejsou žádné projekty, které byste mohli vidět." + "canCreate": { + "string": "" + }, + "cannotCreate": { + "string": "" + } }, "alert": { "create": { @@ -3425,10 +3426,13 @@ "developer_comment": "This is the text of a form field." }, "deletedFields": { - "string": "Zahrnout dříve odstraněná pole formuláře", + "string": "", "developer_comment": "This is the text of a form field." } }, + "deletedFieldsHelp": { + "string": "" + }, "noSelectMultiple": { "string": "Tento formulář nemá žádná pole pro výběr více položek." }, diff --git a/transifex/strings_de.json b/transifex/strings_de.json index 4ab569505..2489f118a 100644 --- a/transifex/strings_de.json +++ b/transifex/strings_de.json @@ -117,7 +117,7 @@ "developer_comment": "Form States control the lifecycle state of each Form. \"Closed\" is one Form State." }, "unpublished": { - "string": "", + "string": "Noch nicht veröffentlicht", "developer_comment": "This is a note about a Form that is not yet published." } }, @@ -381,7 +381,7 @@ "developer_comment": "This is the text for an action, for example, the text of a button." }, "sort": { - "string": "", + "string": "Sortieren", "developer_comment": "This text is shown next to a dropdown menu or other way to change the sorting of Projects or Forms" }, "update": { @@ -603,6 +603,9 @@ }, "updateReviewState": { "string": "Überprüfungsstatus gespeichert!" + }, + "versionChange": { + "string": "" } }, "moreInfo": { @@ -668,7 +671,7 @@ "string": "Datenvorschau wegen Verschlüsselung nicht verfügbar" }, "noSubmission": { - "string": "", + "string": "(keine)", "developer_comment": "This text is shown under the \"Latest Submission\" column of the tables for Projects and Forms. It is shown for a Project or Form with no Submissions." } }, @@ -710,7 +713,7 @@ "developer_comment": "This is the text of a link that links to the ODK forum." }, "loading": { - "string": "" + "string": "Wird geladen..." }, "no": { "string": "Nein" @@ -983,7 +986,7 @@ "string": "Systemdatenbankgröße" }, "uses_external_db": { - "string": "" + "string": "Der Server verwendet eine externe Datenbank" }, "num_managers": { "string": "Anzahl Projekt-Manager" @@ -1022,13 +1025,13 @@ "string": "Anzahl der wiederverwendeten Formular-IDs" }, "num_open_forms": { - "string": "" + "string": "Anzahl offener Formulare" }, "num_closing_forms": { - "string": "" + "string": "Anzahl der schliessenden Formulare" }, "num_closed_forms": { - "string": "" + "string": "Anzahl geschlossener Formulare" }, "num_submissions_received": { "string": "Anzahl ausgefüllte Formulare - erhalten" @@ -1061,7 +1064,7 @@ "string": "Anzahl Einreichungen von Web Benutzern" }, "has_description": { - "string": "" + "string": "Das Projekt hat eine Beschreibung" } } }, @@ -1095,17 +1098,10 @@ "developer_comment": "This is the title of a single table in the analytics metrics report of metrics about submission state (approved, rejected, etc)" }, "other": { - "string": "", + "string": "Anderes", "developer_comment": "This is the title of a single table in the analytics metrics report of other additional metrics that don't fit into other categories" } }, - "App": { - "alert": { - "versionChange": { - "string": "Der Server wurde aktualisiert. Bitte aktualisieren Sie die Seite, um technische Probleme zu vermeiden. " - } - } - }, "AsyncRoute": { "alert": { "loadError": { @@ -2366,12 +2362,12 @@ "developer_comment": "This appears on a button linking to a fillable Form" }, "test": { - "string": "", + "string": "testen", "developer_comment": "This appears on a button linking to the draft testing form page" } }, "formClosingTip": { - "string": "" + "string": "Dieses Formular steht auf Schliessen und akzeptiert seine endgültigen Übermittlungen. Es kann nicht heruntergeladen werden, aber Übermittlungen werden noch akzeptiert." } }, "FormSettings": { @@ -2406,11 +2402,11 @@ "FormSort": { "sortOptions": { "alphabetical": { - "string": "", + "string": "Alphabetisch", "developer_comment": "This text is shown as one option in a dropdown menu for choosing how to sort a list of Forms." }, "newest": { - "string": "", + "string": "Neueste", "developer_comment": "This text is shown as one option in a dropdown menu for choosing how to sort a list of Forms." } } @@ -2418,15 +2414,15 @@ "FormTable": { "header": { "closedForms": { - "string": "", + "string": "Geschlossene Formulare", "developer_comment": "This is the text of a column header in a table of Forms." }, "reviewStates": { - "string": "", + "string": "Überprüfungsstaaten", "developer_comment": "This is text of a column header in a table of Forms" }, "latest": { - "string": "", + "string": "Letzte", "developer_comment": "This is the text of a column header referring to how recent a Form's latest submission was." }, "idAndVersion": { @@ -2529,22 +2525,22 @@ "HomeSummary": { "projects": { "body": { - "string": "" + "string": "Central ist in Projekte organisiert, die jeweils ihre eigenen Formulare und zugehörigen Daten enthalten." } }, "users": { "body": { - "string": "" + "string": "Benutzer können Projekten zugewiesen werden, um sie zu verwalten oder eingereichte Daten zu sammeln oder zu überprüfen." } }, "docs": { "body": { - "string": "" + "string": "Es gibt ein Erste-Schritte-Tutorial und die Benutzerdokumentation auf der ODK Docs Webseite." } }, "forum": { "body": { - "string": "" + "string": "Sie können im Forum immer Hilfe von anderen erhalten. Dort können Sie auch nach Antworten auf ähnliche Fragen suchen." } } }, @@ -2746,7 +2742,7 @@ }, "success": { "0": { - "string": "" + "string": "Für dieses Projekt wurde Verschlüsselung aktiviert. Alle Mobilgeräte müssen die neuesten Formulare herunterladen damit die Verschlüsselung auch durchgeführt wird." } }, "field": { @@ -2858,24 +2854,24 @@ }, "ProjectHomeBlock": { "encrypted": { - "string": "", + "string": "Verschlüsselt", "developer_comment": "This text is shown in a small label next to a Project name to indicate that the Project is encrypted." }, "encryptionTip": { - "string": "" + "string": "Dieses Projekt verwendet verwaltete Verschlüsselung." }, "showMore": { - "string": "", + "string": "Zeige {count} von insgesamt", "developer_comment": "This clickable text is shown below a table of forms where only a few out of the total number (\"count\") of forms is shown." }, "showFewer": { - "string": "", + "string": "Zeige weniger {count} von insgesamt", "developer_comment": "This clickable text is shown below an expanded table of forms that can be collapsed to hide some forms. \"Count\" refers to the number of forms." } }, "ProjectList": { "archived": { - "string": "", + "string": "Archivierte Projekte", "developer_comment": "This header is shown above a section of a page, specificially a list of names of archived projects." }, "action": { @@ -2885,7 +2881,12 @@ } }, "emptyTable": { - "string": "Es gibt für Sie keine Formulare zum Anzeigen." + "canCreate": { + "string": "" + }, + "cannotCreate": { + "string": "" + } }, "alert": { "create": { @@ -3030,11 +3031,11 @@ "ProjectSort": { "sortOptions": { "alphabetical": { - "string": "", + "string": "Alphabetisch", "developer_comment": "This text is shown as one option in a dropdown menu for choosing how to sort a list of Projects." }, "newest": { - "string": "", + "string": "Neueste", "developer_comment": "This text is shown as one option in a dropdown menu for choosing how to sort a list of Projects." } } @@ -3425,10 +3426,13 @@ "developer_comment": "This is the text of a form field." }, "deletedFields": { - "string": "Zuvor gelöschte Formularfelder einschließen", + "string": "", "developer_comment": "This is the text of a form field." } }, + "deletedFieldsHelp": { + "string": "" + }, "noSelectMultiple": { "string": "Dieses Formular enthält keine Mehrfachauswahlfelder." }, @@ -3475,7 +3479,7 @@ "string": "Ihr Daten-Download sollte bald beginnen. Sobald er beginnt, können Sie diese Box schließen. Wenn Sie gewartet haben und er hat nicht begonnen, versuchen Sie es erneut." }, "parseError": { - "string": "" + "string": "Beim Anfordern Ihrer Daten ist etwas nicht geklappt." } } }, @@ -3636,7 +3640,7 @@ } }, "unknown": { - "string": "" + "string": "Unbekannter Einsender" } }, "SubmissionList": { diff --git a/transifex/strings_es.json b/transifex/strings_es.json index 36459dfbf..944c8eca7 100644 --- a/transifex/strings_es.json +++ b/transifex/strings_es.json @@ -117,7 +117,7 @@ "developer_comment": "Form States control the lifecycle state of each Form. \"Closed\" is one Form State." }, "unpublished": { - "string": "", + "string": "Aún no publicado", "developer_comment": "This is a note about a Form that is not yet published." } }, @@ -381,7 +381,7 @@ "developer_comment": "This is the text for an action, for example, the text of a button." }, "sort": { - "string": "", + "string": "Ordenar", "developer_comment": "This text is shown next to a dropdown menu or other way to change the sorting of Projects or Forms" }, "update": { @@ -603,6 +603,9 @@ }, "updateReviewState": { "string": "Estado de revisión guardado!" + }, + "versionChange": { + "string": "" } }, "moreInfo": { @@ -668,7 +671,7 @@ "string": "La vista previa de datos no está disponible debido al cifrado." }, "noSubmission": { - "string": "", + "string": "(ninguno)", "developer_comment": "This text is shown under the \"Latest Submission\" column of the tables for Projects and Forms. It is shown for a Project or Form with no Submissions." } }, @@ -983,7 +986,7 @@ "string": "Tamaño de la base de datos del sistema" }, "uses_external_db": { - "string": "" + "string": "El servidor utiliza una base de datos externa" }, "num_managers": { "string": "Número de jefes de proyecto" @@ -1022,13 +1025,13 @@ "string": "Número de ID de formulario reutilizados" }, "num_open_forms": { - "string": "" + "string": "Número de formularios abiertos" }, "num_closing_forms": { - "string": "" + "string": "Número de formularios de cierre" }, "num_closed_forms": { - "string": "" + "string": "Número de formularios cerrados" }, "num_submissions_received": { "string": "Número de envíos - Recibidos" @@ -1061,7 +1064,7 @@ "string": "Número de envíos de usuarios web" }, "has_description": { - "string": "" + "string": "El proyecto tiene una descripción" } } }, @@ -1095,17 +1098,10 @@ "developer_comment": "This is the title of a single table in the analytics metrics report of metrics about submission state (approved, rejected, etc)" }, "other": { - "string": "", + "string": "Otro", "developer_comment": "This is the title of a single table in the analytics metrics report of other additional metrics that don't fit into other categories" } }, - "App": { - "alert": { - "versionChange": { - "string": "El servidor se ha actualizado. Actualice la página para evitar comportamientos impredecibles." - } - } - }, "AsyncRoute": { "alert": { "loadError": { @@ -2366,12 +2362,12 @@ "developer_comment": "This appears on a button linking to a fillable Form" }, "test": { - "string": "", + "string": "Probar", "developer_comment": "This appears on a button linking to the draft testing form page" } }, "formClosingTip": { - "string": "" + "string": "Este formulario se está cerrando y aceptando sus Envíos finales. No se puede descargar, pero aún acepta Envíos." } }, "FormSettings": { @@ -2406,11 +2402,11 @@ "FormSort": { "sortOptions": { "alphabetical": { - "string": "", + "string": "Alfabético", "developer_comment": "This text is shown as one option in a dropdown menu for choosing how to sort a list of Forms." }, "newest": { - "string": "", + "string": "El mas nuevo", "developer_comment": "This text is shown as one option in a dropdown menu for choosing how to sort a list of Forms." } } @@ -2418,15 +2414,15 @@ "FormTable": { "header": { "closedForms": { - "string": "", + "string": "Formularios cerrados", "developer_comment": "This is the text of a column header in a table of Forms." }, "reviewStates": { - "string": "", + "string": "Estados de revisión", "developer_comment": "This is text of a column header in a table of Forms" }, "latest": { - "string": "", + "string": "Más reciente", "developer_comment": "This is the text of a column header referring to how recent a Form's latest submission was." }, "idAndVersion": { @@ -2746,7 +2742,7 @@ }, "success": { "0": { - "string": "" + "string": "El cifrado ha sido configurado para este proyecto. Cualquier dispositivo móvil tendrá que buscar o volver a buscar los últimos formularios para que el cifrado se lleve a cabo." } }, "field": { @@ -2858,24 +2854,24 @@ }, "ProjectHomeBlock": { "encrypted": { - "string": "", + "string": "Cifrado", "developer_comment": "This text is shown in a small label next to a Project name to indicate that the Project is encrypted." }, "encryptionTip": { - "string": "" + "string": "Este proyecto utiliza cifrado administrado." }, "showMore": { - "string": "", + "string": "Mostrar {count} total", "developer_comment": "This clickable text is shown below a table of forms where only a few out of the total number (\"count\") of forms is shown." }, "showFewer": { - "string": "", + "string": "Mostrar menos de {count} total", "developer_comment": "This clickable text is shown below an expanded table of forms that can be collapsed to hide some forms. \"Count\" refers to the number of forms." } }, "ProjectList": { "archived": { - "string": "", + "string": "Proyectos archivados", "developer_comment": "This header is shown above a section of a page, specificially a list of names of archived projects." }, "action": { @@ -2885,7 +2881,12 @@ } }, "emptyTable": { - "string": "No existen proyectos para mostrar." + "canCreate": { + "string": "" + }, + "cannotCreate": { + "string": "" + } }, "alert": { "create": { @@ -3030,11 +3031,11 @@ "ProjectSort": { "sortOptions": { "alphabetical": { - "string": "", + "string": "Alfabético", "developer_comment": "This text is shown as one option in a dropdown menu for choosing how to sort a list of Projects." }, "newest": { - "string": "", + "string": "El mas nuevo", "developer_comment": "This text is shown as one option in a dropdown menu for choosing how to sort a list of Projects." } } @@ -3425,10 +3426,13 @@ "developer_comment": "This is the text of a form field." }, "deletedFields": { - "string": "Incluir campos de formulario eliminados anteriormente", + "string": "", "developer_comment": "This is the text of a form field." } }, + "deletedFieldsHelp": { + "string": "" + }, "noSelectMultiple": { "string": "Este formulario no tiene ningún campo de selección múltiple." }, diff --git a/transifex/strings_fr.json b/transifex/strings_fr.json index 2edb569ef..4ee7de32d 100644 --- a/transifex/strings_fr.json +++ b/transifex/strings_fr.json @@ -117,7 +117,7 @@ "developer_comment": "Form States control the lifecycle state of each Form. \"Closed\" is one Form State." }, "unpublished": { - "string": "", + "string": "Pas encore publié", "developer_comment": "This is a note about a Form that is not yet published." } }, @@ -603,6 +603,9 @@ }, "updateReviewState": { "string": "État sauvegardé!" + }, + "versionChange": { + "string": "" } }, "moreInfo": { @@ -983,7 +986,7 @@ "string": "Taille de la base de données du système" }, "uses_external_db": { - "string": "" + "string": "Le serveur utilise une base de données externe" }, "num_managers": { "string": "Nombre de gestionnaires de projet" @@ -1022,13 +1025,13 @@ "string": "Nombre d'ID de formulaires réutilisés" }, "num_open_forms": { - "string": "" + "string": "Nombre de formulaires ouverts" }, "num_closing_forms": { - "string": "" + "string": "Nombre de formulaires en cours de fermeture" }, "num_closed_forms": { - "string": "" + "string": "Nombre de formulaires fermés" }, "num_submissions_received": { "string": "Nombre de soumissions - Reçues" @@ -1061,7 +1064,7 @@ "string": "Nombre de soumissions par des utilisateurs web" }, "has_description": { - "string": "" + "string": "Le projet a une description" } } }, @@ -1095,17 +1098,10 @@ "developer_comment": "This is the title of a single table in the analytics metrics report of metrics about submission state (approved, rejected, etc)" }, "other": { - "string": "", + "string": "Autre", "developer_comment": "This is the title of a single table in the analytics metrics report of other additional metrics that don't fit into other categories" } }, - "App": { - "alert": { - "versionChange": { - "string": "Le serveur a été mis à jour. Merci de rafraîchir la page afin d'éviter un comportement imprévisible." - } - } - }, "AsyncRoute": { "alert": { "loadError": { @@ -2366,12 +2362,12 @@ "developer_comment": "This appears on a button linking to a fillable Form" }, "test": { - "string": "", + "string": "Test", "developer_comment": "This appears on a button linking to the draft testing form page" } }, "formClosingTip": { - "string": "" + "string": "Ce formulaire est en cours de fermeture et accepte ses dernières soumissions. Il n'est plus téléchargeable mais peut encore recevoir des soumissions." } }, "FormSettings": { @@ -2406,11 +2402,11 @@ "FormSort": { "sortOptions": { "alphabetical": { - "string": "", + "string": "Alphabétique", "developer_comment": "This text is shown as one option in a dropdown menu for choosing how to sort a list of Forms." }, "newest": { - "string": "", + "string": "Plus récent", "developer_comment": "This text is shown as one option in a dropdown menu for choosing how to sort a list of Forms." } } @@ -2418,15 +2414,15 @@ "FormTable": { "header": { "closedForms": { - "string": "", + "string": "Formulaires fermés", "developer_comment": "This is the text of a column header in a table of Forms." }, "reviewStates": { - "string": "", + "string": "États de révision", "developer_comment": "This is text of a column header in a table of Forms" }, "latest": { - "string": "", + "string": "Plus ancien", "developer_comment": "This is the text of a column header referring to how recent a Form's latest submission was." }, "idAndVersion": { @@ -2746,7 +2742,7 @@ }, "success": { "0": { - "string": "" + "string": "Le chiffrement a été configuré pour ce projet. Tous les appareils mobiles devront récupérer ou rerécupérer les derniers formulaires pour que le chiffrement puisse avoir lieu." } }, "field": { @@ -2862,14 +2858,14 @@ "developer_comment": "This text is shown in a small label next to a Project name to indicate that the Project is encrypted." }, "encryptionTip": { - "string": "" + "string": "Ce projet utilise un chiffrement des données." }, "showMore": { - "string": "", + "string": "Montrer {count} total", "developer_comment": "This clickable text is shown below a table of forms where only a few out of the total number (\"count\") of forms is shown." }, "showFewer": { - "string": "", + "string": "Réduire {count} total", "developer_comment": "This clickable text is shown below an expanded table of forms that can be collapsed to hide some forms. \"Count\" refers to the number of forms." } }, @@ -2885,7 +2881,12 @@ } }, "emptyTable": { - "string": "Il n'y a pas de projets à voir." + "canCreate": { + "string": "" + }, + "cannotCreate": { + "string": "" + } }, "alert": { "create": { @@ -3425,10 +3426,13 @@ "developer_comment": "This is the text of a form field." }, "deletedFields": { - "string": "Inclure les champs du formulaire précédemment supprimés.", + "string": "", "developer_comment": "This is the text of a form field." } }, + "deletedFieldsHelp": { + "string": "" + }, "noSelectMultiple": { "string": "Ce formulaire ne contient aucun champ à choix multiples (de type \"select_multiple\")." }, @@ -3636,7 +3640,7 @@ } }, "unknown": { - "string": "" + "string": "Expéditeur inconnu" } }, "SubmissionList": { diff --git a/transifex/strings_id.json b/transifex/strings_id.json index 745e50978..f71eefa9a 100644 --- a/transifex/strings_id.json +++ b/transifex/strings_id.json @@ -603,6 +603,9 @@ }, "updateReviewState": { "string": "Status Ulasan disimpan!" + }, + "versionChange": { + "string": "" } }, "moreInfo": { @@ -1099,13 +1102,6 @@ "developer_comment": "This is the title of a single table in the analytics metrics report of other additional metrics that don't fit into other categories" } }, - "App": { - "alert": { - "versionChange": { - "string": "" - } - } - }, "AsyncRoute": { "alert": { "loadError": { @@ -2885,7 +2881,12 @@ } }, "emptyTable": { - "string": "Tidak ada Proyek untuk dilihat." + "canCreate": { + "string": "" + }, + "cannotCreate": { + "string": "" + } }, "alert": { "create": { @@ -3429,6 +3430,9 @@ "developer_comment": "This is the text of a form field." } }, + "deletedFieldsHelp": { + "string": "" + }, "noSelectMultiple": { "string": "" }, diff --git a/transifex/strings_it.json b/transifex/strings_it.json index 25400cdda..780b2f97f 100644 --- a/transifex/strings_it.json +++ b/transifex/strings_it.json @@ -117,7 +117,7 @@ "developer_comment": "Form States control the lifecycle state of each Form. \"Closed\" is one Form State." }, "unpublished": { - "string": "", + "string": "Non ancora pubblicato", "developer_comment": "This is a note about a Form that is not yet published." } }, @@ -381,7 +381,7 @@ "developer_comment": "This is the text for an action, for example, the text of a button." }, "sort": { - "string": "", + "string": "Ordina", "developer_comment": "This text is shown next to a dropdown menu or other way to change the sorting of Projects or Forms" }, "update": { @@ -603,6 +603,9 @@ }, "updateReviewState": { "string": "Stato revisione salvato!" + }, + "versionChange": { + "string": "" } }, "moreInfo": { @@ -668,7 +671,7 @@ "string": "L'anteprima dei dati non è disponibile a causa della crittografia." }, "noSubmission": { - "string": "", + "string": "(nessuno)", "developer_comment": "This text is shown under the \"Latest Submission\" column of the tables for Projects and Forms. It is shown for a Project or Form with no Submissions." } }, @@ -983,7 +986,7 @@ "string": "System database size" }, "uses_external_db": { - "string": "" + "string": "Il server utilizza una base di dati esterna" }, "num_managers": { "string": "Numero di responsabili del progetto" @@ -1022,13 +1025,13 @@ "string": "Numero di ID formulario riutilizzati" }, "num_open_forms": { - "string": "" + "string": "Numero di formulari aperti" }, "num_closing_forms": { - "string": "" + "string": "Numero di formulari in fase di chiusura" }, "num_closed_forms": { - "string": "" + "string": "Numero di formulari chiusi" }, "num_submissions_received": { "string": "Numero di invii - Ricevuti" @@ -1061,7 +1064,7 @@ "string": "Numero di invii ricevuti da utenti web" }, "has_description": { - "string": "" + "string": "Il Progetto ha una descrizione" } } }, @@ -1095,17 +1098,10 @@ "developer_comment": "This is the title of a single table in the analytics metrics report of metrics about submission state (approved, rejected, etc)" }, "other": { - "string": "", + "string": "Altro", "developer_comment": "This is the title of a single table in the analytics metrics report of other additional metrics that don't fit into other categories" } }, - "App": { - "alert": { - "versionChange": { - "string": "Il server è stato aggiornato. Aggiorna la pagina per evitare comportamenti imprevedibili." - } - } - }, "AsyncRoute": { "alert": { "loadError": { @@ -2366,12 +2362,12 @@ "developer_comment": "This appears on a button linking to a fillable Form" }, "test": { - "string": "", + "string": "Test", "developer_comment": "This appears on a button linking to the draft testing form page" } }, "formClosingTip": { - "string": "" + "string": "Questo Formulario è in fase di chiusura e accetta i suoi ultimi Invii. Non è scaricabile ma tuttavia accetta Invii." } }, "FormSettings": { @@ -2406,11 +2402,11 @@ "FormSort": { "sortOptions": { "alphabetical": { - "string": "", + "string": "Alfabetico", "developer_comment": "This text is shown as one option in a dropdown menu for choosing how to sort a list of Forms." }, "newest": { - "string": "", + "string": "Il più nuovo", "developer_comment": "This text is shown as one option in a dropdown menu for choosing how to sort a list of Forms." } } @@ -2418,15 +2414,15 @@ "FormTable": { "header": { "closedForms": { - "string": "", + "string": "Formulari chiusi", "developer_comment": "This is the text of a column header in a table of Forms." }, "reviewStates": { - "string": "", + "string": "Stati Revisione", "developer_comment": "This is text of a column header in a table of Forms" }, "latest": { - "string": "", + "string": "Ultimo", "developer_comment": "This is the text of a column header referring to how recent a Form's latest submission was." }, "idAndVersion": { @@ -2746,7 +2742,7 @@ }, "success": { "0": { - "string": "" + "string": "La crittografia è stata configurata per questo progetto. Tutti i dispositivi mobili dovranno prendere o recuperare i formulari più recenti affinché la crittografia possa avvenire. " } }, "field": { @@ -2858,24 +2854,24 @@ }, "ProjectHomeBlock": { "encrypted": { - "string": "", + "string": "Crittografato", "developer_comment": "This text is shown in a small label next to a Project name to indicate that the Project is encrypted." }, "encryptionTip": { - "string": "" + "string": "Questo progetto utilizza la crittografia gestita." }, "showMore": { - "string": "", + "string": "Mostra {count} del totale", "developer_comment": "This clickable text is shown below a table of forms where only a few out of the total number (\"count\") of forms is shown." }, "showFewer": { - "string": "", + "string": "Mostra meno {count} del totale", "developer_comment": "This clickable text is shown below an expanded table of forms that can be collapsed to hide some forms. \"Count\" refers to the number of forms." } }, "ProjectList": { "archived": { - "string": "", + "string": "Progetti archiviati", "developer_comment": "This header is shown above a section of a page, specificially a list of names of archived projects." }, "action": { @@ -2885,7 +2881,12 @@ } }, "emptyTable": { - "string": "Non ci sono progetti da visualizzare." + "canCreate": { + "string": "" + }, + "cannotCreate": { + "string": "" + } }, "alert": { "create": { @@ -3030,11 +3031,11 @@ "ProjectSort": { "sortOptions": { "alphabetical": { - "string": "", + "string": "Alfabetico", "developer_comment": "This text is shown as one option in a dropdown menu for choosing how to sort a list of Projects." }, "newest": { - "string": "", + "string": "Il più nuovo", "developer_comment": "This text is shown as one option in a dropdown menu for choosing how to sort a list of Projects." } } @@ -3425,10 +3426,13 @@ "developer_comment": "This is the text of a form field." }, "deletedFields": { - "string": "Includi campi del formulario eliminati in precedenza", + "string": "", "developer_comment": "This is the text of a form field." } }, + "deletedFieldsHelp": { + "string": "" + }, "noSelectMultiple": { "string": "Questo formulario non ha campi a scelta multipla selezionati." }, diff --git a/transifex/strings_ja.json b/transifex/strings_ja.json index d81465f93..466767c97 100644 --- a/transifex/strings_ja.json +++ b/transifex/strings_ja.json @@ -603,6 +603,9 @@ }, "updateReviewState": { "string": "レビュー・ステータス保存完了!" + }, + "versionChange": { + "string": "" } }, "moreInfo": { @@ -1099,13 +1102,6 @@ "developer_comment": "This is the title of a single table in the analytics metrics report of other additional metrics that don't fit into other categories" } }, - "App": { - "alert": { - "versionChange": { - "string": "サーバーがアップデートされました。予期しない動作を避けるため、ページを更新してください。" - } - } - }, "AsyncRoute": { "alert": { "loadError": { @@ -2885,7 +2881,12 @@ } }, "emptyTable": { - "string": "あなたが閲覧できるプロジェクトはありません。" + "canCreate": { + "string": "" + }, + "cannotCreate": { + "string": "" + } }, "alert": { "create": { @@ -3425,10 +3426,13 @@ "developer_comment": "This is the text of a form field." }, "deletedFields": { - "string": "既に削除されたフォームの項目を含む。", + "string": "", "developer_comment": "This is the text of a form field." } }, + "deletedFieldsHelp": { + "string": "" + }, "noSelectMultiple": { "string": "このフォームには複数選択項目がありません。" }, diff --git a/transifex/strings_sw.json b/transifex/strings_sw.json index 32831107f..34c48a8d4 100644 --- a/transifex/strings_sw.json +++ b/transifex/strings_sw.json @@ -603,6 +603,9 @@ }, "updateReviewState": { "string": "Kagua Jimbo limehifadhiwa!" + }, + "versionChange": { + "string": "" } }, "moreInfo": { @@ -1099,13 +1102,6 @@ "developer_comment": "This is the title of a single table in the analytics metrics report of other additional metrics that don't fit into other categories" } }, - "App": { - "alert": { - "versionChange": { - "string": "Seva imesasishwa. Tafadhali onyesha upya ukurasa ili kuepuka yasiyotabirika." - } - } - }, "AsyncRoute": { "alert": { "loadError": { @@ -2885,7 +2881,12 @@ } }, "emptyTable": { - "string": "Hakuna Miradi kwako kuona." + "canCreate": { + "string": "" + }, + "cannotCreate": { + "string": "" + } }, "alert": { "create": { @@ -3425,10 +3426,13 @@ "developer_comment": "This is the text of a form field." }, "deletedFields": { - "string": "Jumuisha sehemu za Fomu zilizofutwa hapo awali", + "string": "", "developer_comment": "This is the text of a form field." } }, + "deletedFieldsHelp": { + "string": "" + }, "noSelectMultiple": { "string": "Fomu hii haina sehemu nyingi zilizochaguliwa" },