Skip to content

Commit

Permalink
feat(i18n): add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Sep 21, 2019
1 parent dd6cd4f commit e8b4d1b
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 9 deletions.
2 changes: 2 additions & 0 deletions src/assets/i18n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@
"HELP": "<p><strong>ألا ترى إعلامات سطح المكتب؟</strong> بالنسبة للنوافذ ، قد ترغب في التحقق من النظام> الإشعارات والإجراءات والتحقق من تمكين الإشعارات المطلوبة.</p>",
"IS_AUTO_MARK_PARENT_AS_DONE": "حدد المهمة الرئيسية كما فعلت ، عند الانتهاء من جميع المهام الفرعية",
"IS_CONFIRM_BEFORE_EXIT": "تأكيد قبل الخروج من التطبيق",
"IS_DARK_MODE": "وضع الظلام",
"IS_DISABLE_REMIND_WHEN_FORGOT_TO_FINISH_DAY": "تعطيل تذكير حول نسيان يوم الانتهاء",
"IS_HIDE_EVALUATION_SHEET": "إخفاء ورقة التقييم على الملخص اليومي",
"IS_HIDE_NAV": "إخفاء التنقل حتى يتم تمرير الرأس الرئيسي (سطح المكتب فقط)",
Expand Down Expand Up @@ -841,6 +842,7 @@
"PROCRASTINATE": "ماطل",
"PROJECTS": "مشاريع",
"PROJECT_MENU": "قائمة المشروع",
"SCHEDULED": "المقرر",
"SETTINGS": "الإعدادات",
"TASKS": "مهام",
"TASK_LIST": "قائمة المهام",
Expand Down
4 changes: 3 additions & 1 deletion src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"AUTO_LOGIN": "Beim nächsten Mal automatisch anmelden und Daten laden",
"HELP_ADDITIONAL": "Darüber hinaus gibt es mehrere Optionen, mit denen Sie die Berechnung dieser Werte ändern können.",
"HELP_INFO": "<p>In dieser Ansicht können Sie Ihre Arbeitszeit in ein Google Sheet exportieren. Sie müssen zulassen, dass Super Productivity auf Ihre Google Spreadsheets zugreifen kann. Sie müssen auch eine Tabelle mit Überschriften in der ersten Zeile erstellen und deren ID im Eingabefeld angeben (<a target=\"_blank\" href=\"https://stackoverflow.com/questions/36061433/how-to-do-i-locate-a-google-spreadsheet-id\" target=\"_blank\">Um die ID einer Tabelle zu ermitteln?</a>).</p><p>Nach dem erfolgreichen Laden Ihrer Tabelle wird eine Tabelle mit 4 Zeilen angezeigt. In der ersten Zeile wird die Überschrift angezeigt, die Sie in der Tabelle selbst angegeben haben.</p><p>Die zweite Zeile dient zu Informationszwecken und zeigt die letzte Zeile der Tabelle.</p><p>Die vierte Zeile enthält eine Liste von Werten, die Sie direkt eingeben können, um sie in der Tabelle zu speichern.</p><p>In der dritten Zeile werden automatisch einige Werte für die vierte Zeile definiert. Es gibt verschiedene Sonderzeichenfolgen, die Sie in die Zellen eingeben können:</p>",
"HELP_POSSIBLE_PROPERTIES": "",
"HELP_POSSIBLE_PROPERTIES": "<dt>{startTime}</dt><dd>The time when you first used this app today. It's possible to round this via the options.</dd><dt>{currentTime}</dt><dd>The current time. Could be used for the for the end time of todays working day It's possible to round this via the options.</dd><dt>{endTime}</dt><dd>The last time time was tracked to a task in current project.</dd><dt>{date}</dt><dd>Todays date in standard format (mm/dd/yyyy)</dd><dt>{date:DD/MM/YYYY} (example)</dt><dd>Date with a custom date format string.</dd><dt>{taskTitles}</dt><dd>Comma separated (parent) task titles</dd><dt>{subTaskTitles}</dt><dd>Comma separated sub task titles</dd><dt>{totalTime}</dt><dd>The total time you spend working on your todays tasks.</dd>",
"LOGIN": "Melden Sie sich bei Google an",
"LOGOUT": "Ausloggen",
"OPEN_SPREADSHEET": "Öffnen Sie die Tabelle",
Expand Down Expand Up @@ -793,6 +793,7 @@
"HELP": "<p><strong>Desktop-Benachrichtigungen werden nicht angezeigt?</strong> Unter Windows sollten Sie unter System> Benachrichtigungen und Aktionen prüfen, ob die erforderlichen Benachrichtigungen aktiviert wurden.</p>",
"IS_AUTO_MARK_PARENT_AS_DONE": "Übergeordnete Aufgabe als erledigt markieren, wenn alle Unteraufgaben erledigt sind",
"IS_CONFIRM_BEFORE_EXIT": "Bestätigen Sie, bevor Sie die App beenden",
"IS_DARK_MODE": "Dark Mode",
"IS_DISABLE_REMIND_WHEN_FORGOT_TO_FINISH_DAY": "Erinnerung an vergessenen Zieltag deaktivieren",
"IS_HIDE_EVALUATION_SHEET": "Bewertungsbogen in der Tageszusammenfassung ausblenden",
"IS_HIDE_NAV": "Navigation verbergen, bis die Hauptüberschrift angezeigt wird (nur Desktop)",
Expand Down Expand Up @@ -841,6 +842,7 @@
"PROCRASTINATE": "Prokrastination",
"PROJECTS": "Projekte",
"PROJECT_MENU": "Projektmenü",
"SCHEDULED": "Geplant",
"SETTINGS": "Einstellungen",
"TASKS": "Aufgaben",
"TASK_LIST": "Aufgabenliste",
Expand Down
4 changes: 2 additions & 2 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -791,9 +791,9 @@
},
"MISC": {
"HELP": "<p><strong>Not seeing Desktop Notifications?</strong> For windows you might want to check System > Notifications & actions and check if the required notifications have been enabled.</p>",
"IS_DARK_MODE": "Dark Mode",
"IS_AUTO_MARK_PARENT_AS_DONE": "Mark parent task as done, when all sub tasks are done",
"IS_CONFIRM_BEFORE_EXIT": "Confirm before exiting the app",
"IS_DARK_MODE": "Dark Mode",
"IS_DISABLE_REMIND_WHEN_FORGOT_TO_FINISH_DAY": "Disable reminder about forgotten finish day",
"IS_HIDE_EVALUATION_SHEET": "Hide evaluation sheet on daily summary",
"IS_HIDE_NAV": "Hide navigation until main header is hovered (desktop only)",
Expand Down Expand Up @@ -839,10 +839,10 @@
"GO_TO_TASK_LIST": "Go to task list",
"MANAGE_PROJECTS": "Manage Projects",
"METRICS": "Metrics",
"SCHEDULED": "Scheduled",
"PROCRASTINATE": "Procrastinate",
"PROJECTS": "Projects",
"PROJECT_MENU": "Project Menu",
"SCHEDULED": "Scheduled",
"SETTINGS": "Settings",
"TASKS": "Tasks",
"TASK_LIST": "Task List",
Expand Down
4 changes: 3 additions & 1 deletion src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"AUTO_LOGIN": "Iniciar sesión automáticamente y cargar datos la próxima vez",
"HELP_ADDITIONAL": "Además de esto, hay varias opciones que puede utilizar para modificar el cálculo de esos valores.",
"HELP_INFO": "<p>Esta vista le permite exportar su tiempo trabajado a una hoja de Google. Debe permitir que Super Productivity acceda a sus Hojas de cálculo de Google. También debe crear una hoja de cálculo con encabezados en la primera fila y especificar su ID en el campo de entrada (<a target=\"_blank\" href=\"https://stackoverflow.com/questions/36061433/how-to-do-i-locate-a-google-spreadsheet-id\" target=\"_blank\">Ho para encontrar el ID de una hoja de cálculo?</a>).</p><p>Después de cargar con éxito su hoja de cálculo, aparecerá una tabla con 4 filas. La primera fila muestra el encabezado que especificó en la hoja de cálculo.</p><p>La segunda fila es para fines informativos y muestra la última fila de la hoja de cálculo.</p><p>La cuarta fila es una lista de valores que puede ingresar directamente y guardar en la hoja de cálculo.</p><p>La tercera fila está ahí para definir automáticamente algunos valores para la cuarta fila. Hay varias cadenas especiales que puedes ingresar en las celdas:</p>",
"HELP_POSSIBLE_PROPERTIES": "",
"HELP_POSSIBLE_PROPERTIES": "<dt>{startTime}</dt><dd>The time when you first used this app today. It's possible to round this via the options.</dd><dt>{currentTime}</dt><dd>The current time. Could be used for the for the end time of todays working day It's possible to round this via the options.</dd><dt>{endTime}</dt><dd>The last time time was tracked to a task in current project.</dd><dt>{date}</dt><dd>Todays date in standard format (mm/dd/yyyy)</dd><dt>{date:DD/MM/YYYY} (example)</dt><dd>Date with a custom date format string.</dd><dt>{taskTitles}</dt><dd>Comma separated (parent) task titles</dd><dt>{subTaskTitles}</dt><dd>Comma separated sub task titles</dd><dt>{totalTime}</dt><dd>The total time you spend working on your todays tasks.</dd>",
"LOGIN": "Inicia sesión en Google",
"LOGOUT": "Cerrar sesión",
"OPEN_SPREADSHEET": "Abrir hoja de cálculo",
Expand Down Expand Up @@ -793,6 +793,7 @@
"HELP": "<p><strong>¿No ve las notificaciones de escritorio?</strong> Para Windows, es posible que desee revisar Sistema> Notificaciones y acciones y verificar si se han habilitado las notificaciones requeridas.</p>",
"IS_AUTO_MARK_PARENT_AS_DONE": "Marque la tarea principal como hecha, cuando todas las sub tareas estén listas",
"IS_CONFIRM_BEFORE_EXIT": "Confirmar antes de salir de la aplicación",
"IS_DARK_MODE": "Modo oscuro",
"IS_DISABLE_REMIND_WHEN_FORGOT_TO_FINISH_DAY": "Deshabilitar el recordatorio sobre el día de finalización olvidado",
"IS_HIDE_EVALUATION_SHEET": "Ocultar hoja de evaluación en resumen diario",
"IS_HIDE_NAV": "Ocultar la navegación hasta que se desplace el encabezado principal (solo en el escritorio)",
Expand Down Expand Up @@ -841,6 +842,7 @@
"PROCRASTINATE": "Aplazar",
"PROJECTS": "Proyectos",
"PROJECT_MENU": "Menú de proyecto",
"SCHEDULED": "Programado",
"SETTINGS": "Ajustes",
"TASKS": "Tareas",
"TASK_LIST": "Lista de tareas",
Expand Down
4 changes: 3 additions & 1 deletion src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"AUTO_LOGIN": "Connexion automatique et chargement des données la prochaine fois",
"HELP_ADDITIONAL": "En plus de cela, vous pouvez utiliser plusieurs options pour modifier le calcul de ces valeurs.",
"HELP_INFO": "<p>Cette vue vous permet d'exporter votre temps de travail dans une feuille Google. Vous devez autoriser l'accès à Superproductivité à vos feuilles de calcul Google. Vous devez également créer une feuille de calcul avec un en-tête dans la première ligne et spécifier son ID dans le champ de saisie (<a target=\"_blank\" href=\"https://stackoverflow.com/questions/36061433/how-to-do-i-locate-a-google-spreadsheet-id\" target=\"_blank\">Ho pour rechercher l'ID d'une feuille de calcul?</a>).</p><p>Après avoir chargé votre feuille de calcul, un tableau contenant 4 lignes s'affiche. La première ligne affiche l'en-tête que vous avez spécifié dans la feuille de calcul elle-même.</p><p>La deuxième ligne est à titre informatif et affiche la dernière ligne de la feuille de calcul.</p><p>La quatrième ligne est une liste de valeurs que vous pouvez directement saisir dans la feuille de calcul.</p><p>La troisième ligne permet de définir automatiquement certaines valeurs pour la quatrième ligne. Vous pouvez entrer plusieurs chaînes spéciales dans les cellules:</p>",
"HELP_POSSIBLE_PROPERTIES": "",
"HELP_POSSIBLE_PROPERTIES": "<dt>{startTime}</dt><dd>The time when you first used this app today. It's possible to round this via the options.</dd><dt>{currentTime}</dt><dd>The current time. Could be used for the for the end time of todays working day It's possible to round this via the options.</dd><dt>{endTime}</dt><dd>The last time time was tracked to a task in current project.</dd><dt>{date}</dt><dd>Todays date in standard format (mm/dd/yyyy)</dd><dt>{date:DD/MM/YYYY} (example)</dt><dd>Date with a custom date format string.</dd><dt>{taskTitles}</dt><dd>Comma separated (parent) task titles</dd><dt>{subTaskTitles}</dt><dd>Comma separated sub task titles</dd><dt>{totalTime}</dt><dd>The total time you spend working on your todays tasks.</dd>",
"LOGIN": "Connectez-vous à Google",
"LOGOUT": "Connectez - Out",
"OPEN_SPREADSHEET": "Feuille de calcul ouverte",
Expand Down Expand Up @@ -793,6 +793,7 @@
"HELP": "<p><strong>Vous ne voyez pas les notifications du bureau?</strong> Pour les fenêtres, vous pouvez vérifier Système> Notifications et actions et vérifier si les notifications requises ont été activées.</p>",
"IS_AUTO_MARK_PARENT_AS_DONE": "Marquer la tâche parent comme terminée lorsque toutes les sous-tâches sont terminées",
"IS_CONFIRM_BEFORE_EXIT": "Confirmez avant de quitter l'application",
"IS_DARK_MODE": "Mode sombre",
"IS_DISABLE_REMIND_WHEN_FORGOT_TO_FINISH_DAY": "Désactiver le rappel du jour d'arrivée oublié",
"IS_HIDE_EVALUATION_SHEET": "Masquer la fiche d'évaluation dans le résumé quotidien",
"IS_HIDE_NAV": "Masquer la navigation jusqu'à ce que l'en-tête principal soit survolé (bureau uniquement)",
Expand Down Expand Up @@ -841,6 +842,7 @@
"PROCRASTINATE": "Tergiverser",
"PROJECTS": "Projets",
"PROJECT_MENU": "Menu du projet",
"SCHEDULED": "Prévu",
"SETTINGS": "Réglages",
"TASKS": "les tâches",
"TASK_LIST": "Liste de tâches",
Expand Down
4 changes: 3 additions & 1 deletion src/assets/i18n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"AUTO_LOGIN": "次回の自動ログインとデータのロード",
"HELP_ADDITIONAL": "これに加えて、これらの値の計算を変更するために使用できるいくつかのオプションがあります。",
"HELP_INFO": "<p>このビューでは、勤務時間をグーグルシートにエクスポートできます。あなたはあなたのGoogle SpreadsheetsがSuper Productivityによってアクセスされることを可能にする必要があります。また、最初の行に見出しを付けてスプレッドシートを作成し、入力フィールドにIDを指定する必要があります(スプレッドシートのIDを見つけるには<a target=\"_blank\" href=\"https://stackoverflow.com/questions/36061433/how-to-do-i-locate-a-google-spreadsheet-id\" target=\"_blank\">Ho?</a>)。</p><p>スプレッドシートを正常にロードすると、表が4行で表示されます。最初の行は、スプレッドシート自体で指定した見出しを示しています。</p><p>2行目は情報提供を目的としており、スプレッドシートの最後の行を示しています。</p><p>4行目は直接入力できる値の一覧で、スプレッドシートに保存されます。</p><p>3行目は、4行目の値を自動的に定義するためのものです。セルに入力できる特殊な文字列がいくつかあります。</p>",
"HELP_POSSIBLE_PROPERTIES": "",
"HELP_POSSIBLE_PROPERTIES": "<dt>{startTime}</dt><dd>The time when you first used this app today. It's possible to round this via the options.</dd><dt>{currentTime}</dt><dd>The current time. Could be used for the for the end time of todays working day It's possible to round this via the options.</dd><dt>{endTime}</dt><dd>The last time time was tracked to a task in current project.</dd><dt>{date}</dt><dd>Todays date in standard format (mm/dd/yyyy)</dd><dt>{date:DD/MM/YYYY} (example)</dt><dd>Date with a custom date format string.</dd><dt>{taskTitles}</dt><dd>Comma separated (parent) task titles</dd><dt>{subTaskTitles}</dt><dd>Comma separated sub task titles</dd><dt>{totalTime}</dt><dd>The total time you spend working on your todays tasks.</dd>",
"LOGIN": "Googleにログイン",
"LOGOUT": "ログアウト",
"OPEN_SPREADSHEET": "スプレッドシートを開く",
Expand Down Expand Up @@ -793,6 +793,7 @@
"HELP": "<p><strong>デスクトップ通知が表示されませんか?</strong> Windowsの場合は、[システム]> [通知とアクション]を確認し、必要な通知が有効になっているかどうかを確認します。</p>",
"IS_AUTO_MARK_PARENT_AS_DONE": "すべてのサブタスクが完了したら、親タスクを完了としてマークする",
"IS_CONFIRM_BEFORE_EXIT": "アプリを終了する前に確認してください",
"IS_DARK_MODE": "ダークモード",
"IS_DISABLE_REMIND_WHEN_FORGOT_TO_FINISH_DAY": "終了日を忘れた場合の通知を無効にする",
"IS_HIDE_EVALUATION_SHEET": "日次サマリーの評価シートを非表示",
"IS_HIDE_NAV": "メインヘッダーが表示されるまでナビゲーションを非表示にする(デスクトップのみ)",
Expand Down Expand Up @@ -841,6 +842,7 @@
"PROCRASTINATE": "先延ばし",
"PROJECTS": "プロジェクト",
"PROJECT_MENU": "プロジェクトメニュー",
"SCHEDULED": "予定",
"SETTINGS": "設定",
"TASKS": "タスク",
"TASK_LIST": "タスクリスト",
Expand Down
4 changes: 3 additions & 1 deletion src/assets/i18n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"AUTO_LOGIN": "다음 번에 자동 로그인 및 데이터로드",
"HELP_ADDITIONAL": "이 외에도 이러한 값의 계산을 수정하는 데 사용할 수있는 몇 가지 옵션이 있습니다.",
"HELP_INFO": "<p>이보기를 사용하면 근무 시간을 Google 시트로 내보낼 수 있습니다. Super Productivity에서 Google 스프레드 시트에 액세스 할 수 있도록 허용해야합니다. 또한 첫 번째 행에 표제가있는 스프레드 시트를 작성해야합니다. 입력 필드에 ID를 지정하지 마십시오 (<a target=\"_blank\" href=\"https://stackoverflow.com/questions/36061433/how-to-do-i-locate-a-google-spreadsheet-id\" target=\"_blank\">Ho로 스프레드 시트의 ID를 찾으십니까?</a>).</p><p>스프레드 시트를 성공적으로로드하면 테이블에 4 개의 행이 표시됩니다. 첫 번째 행에는 스프레드 시트에서 지정한 제목이 표시됩니다.</p><p>두 번째 행은 정보 용이며 스프레드 시트의 마지막 행을 표시합니다.</p><p>네 번째 행은 스프레드 시트에 직접 저장할 수있는 값의 목록입니다.</p><p>세 번째 행은 네 번째 행에 대한 일부 값을 자동으로 정의합니다. 셀에 입력 할 수있는 몇 가지 특수 문자열이 있습니다 :</p>",
"HELP_POSSIBLE_PROPERTIES": "",
"HELP_POSSIBLE_PROPERTIES": "<dt>{startTime}</dt><dd>The time when you first used this app today. It's possible to round this via the options.</dd><dt>{currentTime}</dt><dd>The current time. Could be used for the for the end time of todays working day It's possible to round this via the options.</dd><dt>{endTime}</dt><dd>The last time time was tracked to a task in current project.</dd><dt>{date}</dt><dd>Todays date in standard format (mm/dd/yyyy)</dd><dt>{date:DD/MM/YYYY} (example)</dt><dd>Date with a custom date format string.</dd><dt>{taskTitles}</dt><dd>Comma separated (parent) task titles</dd><dt>{subTaskTitles}</dt><dd>Comma separated sub task titles</dd><dt>{totalTime}</dt><dd>The total time you spend working on your todays tasks.</dd>",
"LOGIN": "Google에 로그인",
"LOGOUT": "로그 아웃",
"OPEN_SPREADSHEET": "열린 스프레드 시트",
Expand Down Expand Up @@ -793,6 +793,7 @@
"HELP": "<p><strong>데스크톱 알림이 표시되지 않습니까?</strong> 창의 경우 시스템 > 알림 및 작업을 확인하고 필요한 알림이 활성화되었는지 확인할 수 있습니다.</p>",
"IS_AUTO_MARK_PARENT_AS_DONE": "모든 하위 작업이 완료되면 상위 작업을 완료로 표시합니다.",
"IS_CONFIRM_BEFORE_EXIT": "앱을 종료하기 전에 확인",
"IS_DARK_MODE": "다크 모드",
"IS_DISABLE_REMIND_WHEN_FORGOT_TO_FINISH_DAY": "잊혀진 종료일에 대한 알림 사용 중지",
"IS_HIDE_EVALUATION_SHEET": "일일 요약에서 평가 시트 숨기기",
"IS_HIDE_NAV": "기본 헤더가 올라갈 때까지 탐색을 숨 깁니다 (데스크톱 만 해당).",
Expand Down Expand Up @@ -841,6 +842,7 @@
"PROCRASTINATE": "미루다",
"PROJECTS": "프로젝트",
"PROJECT_MENU": "프로젝트 메뉴",
"SCHEDULED": "예정",
"SETTINGS": "설정",
"TASKS": "할 일 목록",
"TASK_LIST": "작업 목록",
Expand Down

0 comments on commit e8b4d1b

Please sign in to comment.