Skip to content

Commit fe69c04

Browse files
committed
Updated translations
1 parent f5b50c8 commit fe69c04

27 files changed

+127
-0
lines changed

common/src/commonMain/moko-resources/de/strings_account_settings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@
5050
<string name="settings_spellcheck_enable">Rechtschreibprüfung aktivieren (experimentell)</string>
5151
<string name="settings_spellcheck_in_focus_enable">Im Fokusmodus aktivieren</string>
5252
<string name="settings_spellcheck_dictionary">Wörterbuch</string>
53+
<string name="settings_spellcheck_notice">Die Rechtschreibprüfung ist experimentell! Wenn sie Probleme verursacht,
54+
schalten Sie sie einfach aus.
55+
</string>
5356
</resources>

common/src/commonMain/moko-resources/de/strings_project_home.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
<string name="project_home_stat_chapter_words">Wörter in Kapiteln</string>
1616
<string name="project_home_actions_header">Aktionen:</string>
1717
<string name="project_home_action_export_toast_success">Erfolgreich exportiert</string>
18+
<string name="project_home_destinations_header">Projekt:</string>
19+
<string name="project_home_action_stats_button">Statistiken</string>
20+
<string name="project_home_action_settings_button">Einstellungen</string>
21+
<string name="project_home_settings_title">Projekt-Einstellungen</string>
1822
</resources>

common/src/commonMain/moko-resources/de/strings_sync.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,12 @@
108108
<string name="sync_scene_group_creating">Neue Gruppe erstellen %1$d</string>
109109
<string name="sync_scene_group_downloading">Heruntergeladene Szeneninhalt für: %1$d</string>
110110
<string name="sync_scene_group_moved_parent">Szene %1$d zu neuem Elternteil %2$d verschoben</string>
111+
<string name="sync_unauthorized">Unbefugt</string>
112+
<string name="sync_general_error">Unerwarteter Serverfehler</string>
113+
<string name="reauth_title">Erneut autorisieren</string>
114+
<string name="reauth_explanation">Ihr Token ist abgelaufen, bitte autorisieren Sie sich erneut bei Ihrem
115+
Synchronisationsserver.
116+
</string>
117+
<string name="reauth_server_url">Adresse</string>
118+
<string name="reauth_server_email">E-Mail</string>
111119
</resources>

common/src/commonMain/moko-resources/es/strings_account_settings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@
5050
<string name="settings_spellcheck_enable">Activar revisión ortográfica (experimental)</string>
5151
<string name="settings_spellcheck_in_focus_enable">Activar en modo concentración</string>
5252
<string name="settings_spellcheck_dictionary">Diccionario</string>
53+
<string name="settings_spellcheck_notice">¡La corrección ortográfica es experimental! Si está causando problemas,
54+
simplemente desactívala.
55+
</string>
5356
</resources>

common/src/commonMain/moko-resources/es/strings_project_home.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
<string name="project_home_action_backup_toast_success">Respaldo creado: %1$s</string>
1616
<string name="project_home_action_backup_toast_failure">Copia de seguridad fallida</string>
1717
<string name="project_home_action_sync">Sincronizar historia</string>
18+
<string name="project_home_destinations_header">Proyecto:</string>
19+
<string name="project_home_action_stats_button">Estadísticas</string>
20+
<string name="project_home_action_settings_button">Configuraciones</string>
21+
<string name="project_home_settings_title">Configuración del Proyecto</string>
1822
</resources>

common/src/commonMain/moko-resources/es/strings_sync.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,11 @@
110110
<string name="sync_scene_group_creating">Creando grupo nuevo %1$d</string>
111111
<string name="sync_scene_group_downloading">Contenido de la escena descargado para: %1$d</string>
112112
<string name="sync_scene_group_moved_parent">Escena %1$d movida a nuevo padre %2$d</string>
113+
<string name="sync_unauthorized">No autorizado</string>
114+
<string name="sync_general_error">Error del servidor no manejado</string>
115+
<string name="reauth_title">Reautorizar</string>
116+
<string name="reauth_explanation">Su token ha expirado, por favor reprograme con su servidor de sincronización.
117+
</string>
118+
<string name="reauth_server_url">Dirección</string>
119+
<string name="reauth_server_email">Correo electrónico</string>
113120
</resources>

common/src/commonMain/moko-resources/fr/strings_account_settings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@
5050
<string name="settings_spellcheck_enable">Activer la vérification orthographique (expérimental)</string>
5151
<string name="settings_spellcheck_in_focus_enable">Activer en mode concentration</string>
5252
<string name="settings_spellcheck_dictionary">Dictionnaire</string>
53+
<string name="settings_spellcheck_notice">La vérification orthographique est expérimentale ! Si cela pose des
54+
problèmes, il suffit de l'éteindre.
55+
</string>
5356
</resources>

common/src/commonMain/moko-resources/fr/strings_project_home.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
<string name="project_home_action_backup_toast_success">Sauvegarde créée : %1$s</string>
1616
<string name="project_home_action_backup_toast_failure">Échec de la sauvegarde</string>
1717
<string name="project_home_action_export_toast_success">Historique exporté</string>
18+
<string name="project_home_destinations_header">Projet :</string>
19+
<string name="project_home_action_stats_button">Statistiques</string>
20+
<string name="project_home_action_settings_button">Paramètres</string>
21+
<string name="project_home_settings_title">Paramètres du projet</string>
1822
</resources>

common/src/commonMain/moko-resources/fr/strings_sync.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,12 @@
112112
<string name="sync_scene_group_creating">Création du nouveau groupe %1$d</string>
113113
<string name="sync_scene_group_downloading">Contenu de scène téléchargé pour : %1$d</string>
114114
<string name="sync_scene_group_moved_parent">Déplacé la scène %1$d vers le nouveau parent %2$d</string>
115+
<string name="sync_unauthorized">Non autorisé</string>
116+
<string name="sync_general_error">Erreur de serveur non gérée</string>
117+
<string name="reauth_title">Réautoriser</string>
118+
<string name="reauth_explanation">Votre jeton a expiré, veuillez vous réauthentifier auprès de votre serveur de
119+
synchronisation.
120+
</string>
121+
<string name="reauth_server_url">Adresse</string>
122+
<string name="reauth_server_email">E-Mail</string>
115123
</resources>

common/src/commonMain/moko-resources/it/strings_account_settings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@
5050
<string name="settings_spellcheck_enable">Abilita controllo ortografico (sperimentale)</string>
5151
<string name="settings_spellcheck_in_focus_enable">Abilita in modalità concentrazione</string>
5252
<string name="settings_spellcheck_dictionary">Dizionario</string>
53+
<string name="settings_spellcheck_notice">Il controllo ortografico è sperimentale! Se sta causando problemi,
54+
disattivalo semplicemente.
55+
</string>
5356
</resources>

common/src/commonMain/moko-resources/it/strings_project_home.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
<string name="project_home_action_backup_toast_success">Backup creato: %1$s</string>
1616
<string name="project_home_action_backup_toast_failure">Backup non riuscito</string>
1717
<string name="project_home_action_export_toast_success">Storia esportata</string>
18+
<string name="project_home_destinations_header">Progetto:</string>
19+
<string name="project_home_action_stats_button">Statistiche</string>
20+
<string name="project_home_action_settings_button">Impostazioni</string>
21+
<string name="project_home_settings_title">Impostazioni del progetto</string>
1822
</resources>

common/src/commonMain/moko-resources/it/strings_sync.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,12 @@
112112
<string name="sync_scene_group_creating">Creando un nuovo gruppo %1$d</string>
113113
<string name="sync_scene_group_downloading">Contenuti della scena scaricati per: %1$d</string>
114114
<string name="sync_scene_group_moved_parent">Spostata la scena %1$d in un nuovo genitore %2$d</string>
115+
<string name="sync_unauthorized">Non autorizzato</string>
116+
<string name="sync_general_error">Errore del server non gestito</string>
117+
<string name="reauth_title">Ri-autorizza</string>
118+
<string name="reauth_explanation">Il tuo token è scaduto, per favore riautenticati con il tuo server di
119+
sincronizzazione.
120+
</string>
121+
<string name="reauth_server_url">Indirizzo</string>
122+
<string name="reauth_server_email">E-Mail</string>
115123
</resources>

common/src/commonMain/moko-resources/nb-rNO/strings_account_settings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@
5050
<string name="settings_spellcheck_enable">Aktiver stavekontroll (eksperimentell)</string>
5151
<string name="settings_spellcheck_in_focus_enable">Aktiver i fokusmodus</string>
5252
<string name="settings_spellcheck_dictionary">Ordliste</string>
53+
<string name="settings_spellcheck_notice">Stavekontroll er eksperimentell! Hvis det forårsaker problemer, kan du
54+
bare slå det av.
55+
</string>
5356
</resources>

common/src/commonMain/moko-resources/nb-rNO/strings_project_home.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
<string name="project_home_action_backup_toast_success">Sikkerhetskopi opprettet: %1$s</string>
1616
<string name="project_home_action_backup_toast_failure">Sikkerhetskopi mislyktes.</string>
1717
<string name="project_home_stat_encyclopedia_entries">Leksikonsoppføringer</string>
18+
<string name="project_home_destinations_header">Prosjekt:</string>
19+
<string name="project_home_action_stats_button">Statistikk</string>
20+
<string name="project_home_action_settings_button">Innstillinger</string>
21+
<string name="project_home_settings_title">Prosjektinnstillinger</string>
1822
</resources>

common/src/commonMain/moko-resources/nb-rNO/strings_sync.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,11 @@
111111
<string name="sync_scene_group_creating">Oppretter ny gruppe %1$d</string>
112112
<string name="sync_scene_group_downloading">Nedlastet sceneinnhold for: %1$d</string>
113113
<string name="sync_scene_group_moved_parent">Flyttet scene %1$d til ny overordnet %2$d</string>
114+
<string name="sync_unauthorized">Uautorisert</string>
115+
<string name="sync_general_error">Ubehandlet serverfeil</string>
116+
<string name="reauth_title">Reautorisere</string>
117+
<string name="reauth_explanation">Tokenet ditt har utløpt, vennligst reautoriser med synkroniseringsserveren din.
118+
</string>
119+
<string name="reauth_server_url">Adresse</string>
120+
<string name="reauth_server_email">E-post</string>
114121
</resources>

common/src/commonMain/moko-resources/nl/strings_account_settings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@
5050
<string name="settings_spellcheck_enable">Spellingcontrole inschakelen (experimenteel)</string>
5151
<string name="settings_spellcheck_in_focus_enable">Inschakelen in focusmodus</string>
5252
<string name="settings_spellcheck_dictionary">Woordenboek</string>
53+
<string name="settings_spellcheck_notice">Spellcheck is experimenteel! Als het problemen veroorzaakt, zet het dan
54+
gewoon uit.
55+
</string>
5356
</resources>

common/src/commonMain/moko-resources/nl/strings_project_home.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
<string name="project_home_action_backup">Reservekopie</string>
1616
<string name="project_home_actions_header">Handelingen:</string>
1717
<string name="project_home_stat_chapter_words_x_axis">Hoofdstuk</string>
18+
<string name="project_home_destinations_header">Project:</string>
19+
<string name="project_home_action_stats_button">Statistieken</string>
20+
<string name="project_home_action_settings_button">Instellingen</string>
21+
<string name="project_home_settings_title">Projectinstellingen</string>
1822
</resources>

common/src/commonMain/moko-resources/nl/strings_sync.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,11 @@
110110
<string name="sync_scene_group_creating">Nieuwe groep aanmaken %1$d</string>
111111
<string name="sync_scene_group_downloading">Gedownloade scène-inhoud voor: %1$d</string>
112112
<string name="sync_scene_group_moved_parent">Verplaatst scène %1$d naar nieuwe ouder %2$d</string>
113+
<string name="sync_unauthorized">Ongeautoriseerd</string>
114+
<string name="sync_general_error">Ongemelde serverfout</string>
115+
<string name="reauth_title">Hernieuwen autorisatie</string>
116+
<string name="reauth_explanation">Je token is verlopen, dien opnieuw autorisatie aan bij je synchronisatieserver.
117+
</string>
118+
<string name="reauth_server_url">Adres</string>
119+
<string name="reauth_server_email">E-mail</string>
113120
</resources>

common/src/commonMain/moko-resources/pt-rBR/strings_account_settings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@
5050
<string name="settings_spellcheck_enable">Ativar verificação ortográfica (experimental)</string>
5151
<string name="settings_spellcheck_in_focus_enable">Ativar no modo de foco</string>
5252
<string name="settings_spellcheck_dictionary">Dicionário</string>
53+
<string name="settings_spellcheck_notice">Verificação ortográfica é experimental! Se estiver causando problemas,
54+
basta desativá-la.
55+
</string>
5356
</resources>

common/src/commonMain/moko-resources/pt-rBR/strings_project_home.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
<string name="project_home_stat_header">Estatísticas:</string>
1616
<string name="project_home_stat_total_words">Total de Palavras</string>
1717
<string name="project_home_stat_encyclopedia_entries">Inscrições na Enciclopédia</string>
18+
<string name="project_home_destinations_header">Projeto:</string>
19+
<string name="project_home_action_stats_button">Estatísticas</string>
20+
<string name="project_home_action_settings_button">Configurações</string>
21+
<string name="project_home_settings_title">Configurações do Projeto</string>
1822
</resources>

common/src/commonMain/moko-resources/pt-rBR/strings_sync.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,11 @@
112112
<string name="sync_scene_group_creating">Criando novo grupo %1$d</string>
113113
<string name="sync_scene_group_downloading">Conteúdo da cena baixado para: %1$d</string>
114114
<string name="sync_scene_group_moved_parent">Movido o cenário %1$d para o novo pai %2$d</string>
115+
<string name="sync_unauthorized">Não autorizado</string>
116+
<string name="sync_general_error">Erro de servidor não tratado</string>
117+
<string name="reauth_title">Reautorização</string>
118+
<string name="reauth_explanation">Seu token expirou, por favor, reautentique-se com seu servidor de sincronização.
119+
</string>
120+
<string name="reauth_server_url">Endereço</string>
121+
<string name="reauth_server_email">E-Mail</string>
115122
</resources>

common/src/commonMain/moko-resources/uk/strings_account_settings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@
5050
<string name="settings_spellcheck_enable">Увімкнути перевірку орфографії (експериментально)</string>
5151
<string name="settings_spellcheck_in_focus_enable">Увімкнути у режимі фокусування</string>
5252
<string name="settings_spellcheck_dictionary">Словник</string>
53+
<string name="settings_spellcheck_notice">Перевірка орфографії є експериментальною! Якщо вона викликає проблеми,
54+
просто вимкніть її.
55+
</string>
5356
</resources>

common/src/commonMain/moko-resources/uk/strings_project_home.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
<string name="project_home_action_backup_toast_success">Резервну копію створено: %1$s</string>
1616
<string name="project_home_action_backup_toast_failure">Помилка резервного копіювання</string>
1717
<string name="project_home_action_export_toast_success">Історію експортовано</string>
18+
<string name="project_home_destinations_header">Проект:</string>
19+
<string name="project_home_action_stats_button">Статистика</string>
20+
<string name="project_home_action_settings_button">Налаштування</string>
21+
<string name="project_home_settings_title">Налаштування проєкту</string>
1822
</resources>

common/src/commonMain/moko-resources/uk/strings_sync.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,12 @@
110110
<string name="sync_scene_group_creating">Створення нової групи %1$d</string>
111111
<string name="sync_scene_group_downloading">Завантажено контент сцени для: %1$d</string>
112112
<string name="sync_scene_group_moved_parent">Переміщено сцену %1$d до нового батька %2$d</string>
113+
<string name="sync_unauthorized">Неавторизовано</string>
114+
<string name="sync_general_error">Непереможена помилка сервера</string>
115+
<string name="reauth_title">Переавторизуватися</string>
116+
<string name="reauth_explanation">Ваш токен втратив термін дії, будь ласка, повторно авторизуйтесь на своєму сервері
117+
синхронізації.
118+
</string>
119+
<string name="reauth_server_url">Адреса</string>
120+
<string name="reauth_server_email">Електронна пошта</string>
113121
</resources>

common/src/commonMain/moko-resources/zh-rCN/strings_account_settings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@
5050
<string name="settings_spellcheck_enable">启用拼写检查(实验性)</string>
5151
<string name="settings_spellcheck_in_focus_enable">在专注模式中启用</string>
5252
<string name="settings_spellcheck_dictionary">词典</string>
53+
<string name="settings_spellcheck_notice">拼写检查是实验性的!如果它造成了问题,请将其关闭。</string>
5354
</resources>

common/src/commonMain/moko-resources/zh-rCN/strings_project_home.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
<string name="project_home_action_backup_toast_failure">备份失败</string>
1616
<string name="project_home_action_sync">同步故事</string>
1717
<string name="project_home_action_export_toast_success">故事已导出</string>
18+
<string name="project_home_destinations_header">项目:</string>
19+
<string name="project_home_action_stats_button">统计数据</string>
20+
<string name="project_home_action_settings_button">设置</string>
21+
<string name="project_home_settings_title">项目设置</string>
1822
</resources>

common/src/commonMain/moko-resources/zh-rCN/strings_sync.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,10 @@
109109
<string name="sync_scene_group_creating">创建新组 %1$d</string>
110110
<string name="sync_scene_group_downloading">已下载场景内容:%1$d</string>
111111
<string name="sync_scene_group_moved_parent">将场景 %1$d 移动到新父级 %2$d</string>
112+
<string name="sync_unauthorized">未经授权</string>
113+
<string name="sync_general_error">未处理的服务器错误</string>
114+
<string name="reauth_title">重新授权</string>
115+
<string name="reauth_explanation">您的令牌已过期,请重新授权您的同步服务器。</string>
116+
<string name="reauth_server_url">地址</string>
117+
<string name="reauth_server_email">电子邮件</string>
112118
</resources>

0 commit comments

Comments
 (0)