From 8590fb040d5edd04b807da39abdf13b936a2aa5e Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Sat, 18 Jan 2020 10:20:53 -0700 Subject: [PATCH] Update all language translation source .ts files Update the language translation source '.ts' files with the translatable strings in the source code with the following command: $ make translation This effectively runs the following command: $ pylupdate5 -noobsolete i18n/manuskript.pro --- i18n/manuskript_ar_SA.ts | 32 +++++------ i18n/manuskript_de.ts | 53 +++++++++-------- i18n/manuskript_en_GB.ts | 32 +++++------ i18n/manuskript_es.ts | 32 +++++------ i18n/manuskript_fa.ts | 32 +++++------ i18n/manuskript_fr.ts | 45 ++++++++------- i18n/manuskript_hu.ts | 32 +++++------ i18n/manuskript_id.ts | 32 +++++------ i18n/manuskript_it.ts | 39 +++++++------ i18n/manuskript_ja.ts | 32 +++++------ i18n/manuskript_ko.ts | 113 ++++++++++++++++++------------------- i18n/manuskript_nb_NO.ts | 39 +++++++------ i18n/manuskript_nl.ts | 37 ++++++------ i18n/manuskript_pl.ts | 41 +++++++------- i18n/manuskript_pt_BR.ts | 39 +++++++------ i18n/manuskript_pt_PT.ts | 39 +++++++------ i18n/manuskript_ro.ts | 37 ++++++------ i18n/manuskript_ru.ts | 32 +++++------ i18n/manuskript_sv.ts | 32 +++++------ i18n/manuskript_tr.ts | 32 +++++------ i18n/manuskript_uk.ts | 32 +++++------ i18n/manuskript_zh_CN.ts | 32 +++++------ i18n/manuskript_zh_HANT.ts | 32 +++++------ 23 files changed, 444 insertions(+), 454 deletions(-) diff --git a/i18n/manuskript_ar_SA.ts b/i18n/manuskript_ar_SA.ts index d67c827..fe42a73 100644 --- a/i18n/manuskript_ar_SA.ts +++ b/i18n/manuskript_ar_SA.ts @@ -1465,7 +1465,7 @@ Use that if you get YAML related error. - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2155,17 +2155,17 @@ Use that if you get YAML related error. SpellAction - + Spelling Suggestions - + &Add to dictionary - + &Remove from custom dictionary @@ -2885,7 +2885,7 @@ Use that if you get YAML related error. lineEditView - + Various @@ -3877,52 +3877,52 @@ Use that if you get YAML related error. settingsWindow - + New status - + New label - + newtheme - + New theme - + (read-only) - + Open Image - + Image files (*.jpg; *.jpeg; *.png) - + Error خطأ - + Unable to load selected file - + Unable to add selected image: {} @@ -4032,7 +4032,7 @@ Use that if you get YAML related error. textEditView - + Various diff --git a/i18n/manuskript_de.ts b/i18n/manuskript_de.ts index 4af06c9..b0a1196 100644 --- a/i18n/manuskript_de.ts +++ b/i18n/manuskript_de.ts @@ -1,6 +1,5 @@ - - + Export @@ -229,7 +228,7 @@ Nutze das, wenn du YAML-Errors bekommst. - Choose output file… + Choose output file… Ausgabe-Datei wählen… @@ -1129,8 +1128,8 @@ Nutze das, wenn du YAML-Errors bekommst. - &Import… - &Importieren … + &Import… + &Importieren … @@ -1169,8 +1168,8 @@ Nutze das, wenn du YAML-Errors bekommst. - &Split… - &Aufteilen … + &Split… + &Aufteilen … @@ -1484,7 +1483,7 @@ Nutze das, wenn du YAML-Errors bekommst. - Proceeding might crash and lose data + Proceed with import at your own risk Wenn Sie fortfahren, könnte das einen Absturz und Datenverlust zur Folge haben @@ -2174,17 +2173,17 @@ Nutze das, wenn du YAML-Errors bekommst. SpellAction - + Spelling Suggestions Korrekturvorschläge - + &Add to dictionary Zum Wörterbuch &hinzufügen - + &Remove from custom dictionary Aus dem Wörterbuch &entfernen @@ -2681,13 +2680,13 @@ Nutze das, wenn du YAML-Errors bekommst. - Replace ... with … - ... ersetzen durch … + Replace ... with … + ... ersetzen durch … - Replace --- with — - --- ersetzen durch — + Replace --- with — + --- ersetzen durch — @@ -2904,7 +2903,7 @@ Nutze das, wenn du YAML-Errors bekommst. lineEditView - + Various Verschiedenes @@ -3896,52 +3895,52 @@ Nutze das, wenn du YAML-Errors bekommst. settingsWindow - + New status Neuer Status - + New label Neue Beschriftung - + newtheme Neues Thema - + New theme Neues Thema - + (read-only) (schreibgeschützt) - + Open Image Bild öffnen - + Image files (*.jpg; *.jpeg; *.png) Bilddateien - + Error Fehler - + Unable to load selected file Laden der Datei fehlgeschlagen - + Unable to add selected image: {} Hinzufügen des Bildes fehgeschlagen: @@ -4066,7 +4065,7 @@ Nutze das, wenn du YAML-Errors bekommst. textEditView - + Various Verschiedenes diff --git a/i18n/manuskript_en_GB.ts b/i18n/manuskript_en_GB.ts index 0db8641..08fc102 100644 --- a/i18n/manuskript_en_GB.ts +++ b/i18n/manuskript_en_GB.ts @@ -1454,7 +1454,7 @@ Use that if you get YAML related error. - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2144,17 +2144,17 @@ Use that if you get YAML related error. SpellAction - + Spelling Suggestions - + &Add to dictionary - + &Remove from custom dictionary @@ -2874,7 +2874,7 @@ Use that if you get YAML related error. lineEditView - + Various @@ -3871,53 +3871,53 @@ Use that if you get YAML related error. settingsWindow - + Open Image - + Image files (*.jpg; *.jpeg; *.png) - + Error - + Unable to load selected file - + Unable to add selected image: {} - + New status - + New label - + newtheme - + New theme - + (read-only) @@ -4026,7 +4026,7 @@ Use that if you get YAML related error. textEditView - + Various diff --git a/i18n/manuskript_es.ts b/i18n/manuskript_es.ts index 3fb92bc..6e3766b 100644 --- a/i18n/manuskript_es.ts +++ b/i18n/manuskript_es.ts @@ -1483,7 +1483,7 @@ Use that if you get YAML related error. - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2173,17 +2173,17 @@ Use that if you get YAML related error. SpellAction - + Spelling Suggestions Sugerencias de Ortografía - + &Add to dictionary &Añadir al diccionario - + &Remove from custom dictionary &Eliminar del diccionario personal @@ -2903,7 +2903,7 @@ Use that if you get YAML related error. lineEditView - + Various Varios @@ -3895,52 +3895,52 @@ Use that if you get YAML related error. settingsWindow - + New status Nuevo estado - + New label Nueva etiqueta - + newtheme nuevotema - + New theme Nuevo Tema - + (read-only) (sólo lectura) - + Open Image - + Image files (*.jpg; *.jpeg; *.png) - + Error Error - + Unable to load selected file - + Unable to add selected image: {} @@ -4064,7 +4064,7 @@ Use that if you get YAML related error. textEditView - + Various Varios diff --git a/i18n/manuskript_fa.ts b/i18n/manuskript_fa.ts index 3f89293..009d04f 100644 --- a/i18n/manuskript_fa.ts +++ b/i18n/manuskript_fa.ts @@ -1454,7 +1454,7 @@ Use that if you get YAML related error. - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2144,17 +2144,17 @@ Use that if you get YAML related error. SpellAction - + Spelling Suggestions - + &Add to dictionary - + &Remove from custom dictionary @@ -2874,7 +2874,7 @@ Use that if you get YAML related error. lineEditView - + Various @@ -3866,52 +3866,52 @@ Use that if you get YAML related error. settingsWindow - + New status - + New label - + newtheme - + New theme - + (read-only) - + Open Image - + Image files (*.jpg; *.jpeg; *.png) - + Error - + Unable to load selected file - + Unable to add selected image: {} @@ -4021,7 +4021,7 @@ Use that if you get YAML related error. textEditView - + Various diff --git a/i18n/manuskript_fr.ts b/i18n/manuskript_fr.ts index 7ee6f44..a53aea6 100644 --- a/i18n/manuskript_fr.ts +++ b/i18n/manuskript_fr.ts @@ -1,6 +1,5 @@ - - + Export @@ -222,7 +221,7 @@ Cochez ceci si vous avez des erreurs liées à YAML. - Choose output file… + Choose output file… Choisir le fichier de sortie... @@ -1111,7 +1110,7 @@ Cochez ceci si vous avez des erreurs liées à YAML. - &Import… + &Import… &Importer… @@ -1151,7 +1150,7 @@ Cochez ceci si vous avez des erreurs liées à YAML. - &Split… + &Split… &Diviser… @@ -1466,7 +1465,7 @@ Cochez ceci si vous avez des erreurs liées à YAML. - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2157,17 +2156,17 @@ des lignes: SpellAction - + Spelling Suggestions Suggestions - + &Add to dictionary &Ajouter au dictionnaire - + &Remove from custom dictionary &Supprimer du dictionnaire @@ -2584,12 +2583,12 @@ des lignes: - Replace ... with … + Replace ... with … Remplacer ... avec … - Replace --- with — + Replace --- with — Remplacer --- avec — @@ -2887,7 +2886,7 @@ des lignes: lineEditView - + Various Différentes valeurs @@ -3879,52 +3878,52 @@ des lignes: settingsWindow - + New status Nouveau status - + New label Nouveau label - + newtheme nouveautheme - + New theme Nouveau Thème - + (read-only) (lecture seule) - + Open Image - + Image files (*.jpg; *.jpeg; *.png) - + Error Erreur - + Unable to load selected file - + Unable to add selected image: {} @@ -4047,7 +4046,7 @@ des lignes: textEditView - + Various Différentes valeurs diff --git a/i18n/manuskript_hu.ts b/i18n/manuskript_hu.ts index 717ecf9..22658e6 100644 --- a/i18n/manuskript_hu.ts +++ b/i18n/manuskript_hu.ts @@ -1482,7 +1482,7 @@ Akkor használja ezt, ha YAML-hoz kapcsolódó gondjai vannak. - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2172,17 +2172,17 @@ Akkor használja ezt, ha YAML-hoz kapcsolódó gondjai vannak. SpellAction - + Spelling Suggestions Helyesírási javaslatok - + &Add to dictionary &Hozzáadás a szótárhoz - + &Remove from custom dictionary &Eltávolítás az egyéni szótárból @@ -2902,7 +2902,7 @@ Akkor használja ezt, ha YAML-hoz kapcsolódó gondjai vannak. lineEditView - + Various Különféle @@ -3894,52 +3894,52 @@ Akkor használja ezt, ha YAML-hoz kapcsolódó gondjai vannak. settingsWindow - + New status Új státusz - + New label Új címke - + newtheme újtéma - + New theme Új téma - + (read-only) (csak-olvasható) - + Open Image - + Image files (*.jpg; *.jpeg; *.png) - + Error Hiba - + Unable to load selected file - + Unable to add selected image: {} @@ -4063,7 +4063,7 @@ Akkor használja ezt, ha YAML-hoz kapcsolódó gondjai vannak. textEditView - + Various Különféle diff --git a/i18n/manuskript_id.ts b/i18n/manuskript_id.ts index 474f843..bfa07c2 100644 --- a/i18n/manuskript_id.ts +++ b/i18n/manuskript_id.ts @@ -1454,7 +1454,7 @@ Use that if you get YAML related error. - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2144,17 +2144,17 @@ Use that if you get YAML related error. SpellAction - + Spelling Suggestions - + &Add to dictionary - + &Remove from custom dictionary @@ -2874,7 +2874,7 @@ Use that if you get YAML related error. lineEditView - + Various @@ -3866,52 +3866,52 @@ Use that if you get YAML related error. settingsWindow - + New status - + New label - + newtheme - + New theme - + (read-only) - + Open Image - + Image files (*.jpg; *.jpeg; *.png) - + Error Eror - + Unable to load selected file - + Unable to add selected image: {} @@ -4021,7 +4021,7 @@ Use that if you get YAML related error. textEditView - + Various diff --git a/i18n/manuskript_it.ts b/i18n/manuskript_it.ts index 567b3bb..1fd5866 100644 --- a/i18n/manuskript_it.ts +++ b/i18n/manuskript_it.ts @@ -1,6 +1,5 @@ - - + Export @@ -229,7 +228,7 @@ Usalo se ottieni un errore relativo a YAML. - Choose output file… + Choose output file… Scegli il file di output @@ -1485,8 +1484,8 @@ Usalo se ottieni un errore relativo a YAML. - Proceeding might crash and lose data - Il procedimento potrebbe arrestarsi in modo anomalo e perdere dati + Proceed with import at your own risk + Il procedimento potrebbe arrestarsi in modo anomalo e perdere dati @@ -2175,17 +2174,17 @@ Usalo se ottieni un errore relativo a YAML. SpellAction - + Spelling Suggestions Suggerimenti ortografici - + &Add to dictionary &Aggiungi al dizionario - + &Remove from custom dictionary &Rimuovi dal dizionario personale @@ -2905,7 +2904,7 @@ Usalo se ottieni un errore relativo a YAML. lineEditView - + Various Vari @@ -3897,52 +3896,52 @@ Usalo se ottieni un errore relativo a YAML. settingsWindow - + New status Nuovo stato - + New label Nuova etichetta - + newtheme nuovo tema - + New theme Nuovo tema - + (read-only) (sola lettura) - + Open Image Apri immagine - + Image files (*.jpg; *.jpeg; *.png) Files di immagine (*.jpg; *.jpeg; *.png) - + Error Errore - + Unable to load selected file Impossibile caricare il file selezionato - + Unable to add selected image: {} Impossibile aggiungere l'immagine selezionata: @@ -4067,7 +4066,7 @@ Usalo se ottieni un errore relativo a YAML. textEditView - + Various Vari diff --git a/i18n/manuskript_ja.ts b/i18n/manuskript_ja.ts index 6f9eff4..3aa6955 100644 --- a/i18n/manuskript_ja.ts +++ b/i18n/manuskript_ja.ts @@ -1460,7 +1460,7 @@ YAML関連のエラーが発生した場合は、このオプションを有効 - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2150,17 +2150,17 @@ YAML関連のエラーが発生した場合は、このオプションを有効 SpellAction - + Spelling Suggestions 綴りの候補 - + &Add to dictionary 辞書を追加 (&A) - + &Remove from custom dictionary カスタム辞書から削除 (&R) @@ -2880,7 +2880,7 @@ YAML関連のエラーが発生した場合は、このオプションを有効 lineEditView - + Various @@ -3872,52 +3872,52 @@ YAML関連のエラーが発生した場合は、このオプションを有効 settingsWindow - + New status 新しい状態 - + New label 新しいラベル - + newtheme 新しい主題 - + New theme 新しい主題 - + (read-only) (読み取り専用) - + Open Image 画像を開く - + Image files (*.jpg; *.jpeg; *.png) 画像 (*.jpg; *.jpeg; *.png) - + Error Error - + Unable to load selected file 選択したファイルを読み込めませんでした - + Unable to add selected image: {} 選択した画像を追加できません: @@ -4028,7 +4028,7 @@ YAML関連のエラーが発生した場合は、このオプションを有効 textEditView - + Various diff --git a/i18n/manuskript_ko.ts b/i18n/manuskript_ko.ts index 74ee067..0603b68 100644 --- a/i18n/manuskript_ko.ts +++ b/i18n/manuskript_ko.ts @@ -1,6 +1,5 @@ - - + Export @@ -226,7 +225,7 @@ YAML에 문제가 있을 때 사용하십시오. - Choose output file… + Choose output file… 내보낼 파일을 고르세요... @@ -1480,8 +1479,8 @@ YAML에 문제가 있을 때 사용하십시오. - Proceeding might crash and lose data - 속행 시 충돌과 데이터 손실 우려 + Proceed with import at your own risk + 속행 시 충돌과 데이터 손실 우려 @@ -1714,7 +1713,7 @@ YAML에 문제가 있을 때 사용하십시오. Outline - + 개요 @@ -2170,17 +2169,17 @@ YAML에 문제가 있을 때 사용하십시오. SpellAction - + Spelling Suggestions 추천 단어 - + &Add to dictionary 사전에 추가(&A) - + &Remove from custom dictionary 사용자 사전에서 제거(&R) @@ -2371,7 +2370,7 @@ YAML에 문제가 있을 때 사용하십시오. None - + @@ -2792,7 +2791,7 @@ YAML에 문제가 있을 때 사용하십시오. Word count - + 낱말 수 @@ -2900,9 +2899,9 @@ YAML에 문제가 있을 때 사용하십시오. lineEditView - + Various - + 여럿 @@ -2993,7 +2992,7 @@ YAML에 문제가 있을 때 사용하십시오. Outline - + 개요 @@ -3090,7 +3089,7 @@ YAML에 문제가 있을 때 사용하십시오. None - + @@ -3105,22 +3104,22 @@ YAML에 문제가 있을 때 사용하십시오. New - + 추가 Main - + 주연 Secondary - + 조연 Minor - + 단역 @@ -3208,7 +3207,7 @@ YAML에 문제가 있을 때 사용하십시오. None - + @@ -3262,12 +3261,12 @@ YAML에 문제가 있을 때 사용하십시오. Main - + 주연 Secondary - + 조연 @@ -3280,7 +3279,7 @@ YAML에 문제가 있을 때 사용하십시오. General - + 일반 @@ -3295,7 +3294,7 @@ YAML에 문제가 있을 때 사용하십시오. Progress - + 진척 @@ -3463,7 +3462,7 @@ YAML에 문제가 있을 때 사용하십시오. Name - + 이름 @@ -3478,17 +3477,17 @@ YAML에 문제가 있을 때 사용하십시오. Main - + 주연 Secondary - + 조연 Minor - + 단역 @@ -3496,17 +3495,17 @@ YAML에 문제가 있을 때 사용하십시오. Main - + 주연 Secondary - + 조연 Minor - + 단역 @@ -3519,12 +3518,12 @@ YAML에 문제가 있을 때 사용하십시오. Main - + 주연 Secondary - + 조연 @@ -3557,7 +3556,7 @@ YAML에 문제가 있을 때 사용하십시오. Compile - + 엮기 @@ -3567,7 +3566,7 @@ YAML에 문제가 있을 때 사용하십시오. Word count - + 낱말 수 @@ -3625,12 +3624,12 @@ YAML에 문제가 있을 때 사용하십시오. Basic info - + 기본 정보 Detailed info - + 상세 정보 @@ -3645,12 +3644,12 @@ YAML에 문제가 있을 때 사용하십시오. Description - + 설명 Result - + 결과 @@ -3753,7 +3752,7 @@ YAML에 문제가 있을 때 사용하십시오. Delete - + 제거 @@ -3861,7 +3860,7 @@ YAML에 문제가 있을 때 사용하십시오. Notes - + 비고 @@ -3892,52 +3891,52 @@ YAML에 문제가 있을 때 사용하십시오. settingsWindow - + New status - + New label 새 라벨 - + newtheme 새테마 - + New theme 새 테마 - + (read-only) (읽기 전용) - + Open Image 그림 열기 - + Image files (*.jpg; *.jpeg; *.png) 그림 파일 (*.jpg; *.jpeg; *.png) - + Error 오류 - + Unable to load selected file 선택한 파일을 불러올 수 없음 - + Unable to add selected image: {} 선택한 그림을 추가할 수 없습니다: @@ -3959,17 +3958,17 @@ YAML에 문제가 있을 때 사용하십시오. Minor - + 단역 Secondary - + 조연 Main - + 주연 @@ -4048,9 +4047,9 @@ YAML에 문제가 있을 때 사용하십시오. textEditView - + Various - + 여럿 @@ -4289,7 +4288,7 @@ YAML에 문제가 있을 때 사용하십시오. Text - + diff --git a/i18n/manuskript_nb_NO.ts b/i18n/manuskript_nb_NO.ts index 797ef32..6e78199 100644 --- a/i18n/manuskript_nb_NO.ts +++ b/i18n/manuskript_nb_NO.ts @@ -1,6 +1,5 @@ - - + Export @@ -222,7 +221,7 @@ Use that if you get YAML related error. - Choose output file… + Choose output file… Velg utdatafil… @@ -1460,8 +1459,8 @@ Use that if you get YAML related error. - Proceeding might crash and lose data - Å fortsette kan forårsake kræsj og datatap + Proceed with import at your own risk + Å fortsette kan forårsake kræsj og datatap @@ -2150,17 +2149,17 @@ Use that if you get YAML related error. SpellAction - + Spelling Suggestions - + &Add to dictionary &Legg til i ordbok - + &Remove from custom dictionary @@ -2880,7 +2879,7 @@ Use that if you get YAML related error. lineEditView - + Various @@ -3872,52 +3871,52 @@ Use that if you get YAML related error. settingsWindow - + New status - + New label - + newtheme - + New theme - + (read-only) - + Open Image Åpne bilde - + Image files (*.jpg; *.jpeg; *.png) Bildefiler (*.jpg; *.jpeg; *.png) - + Error Feil - + Unable to load selected file Kunne ikke laste inn valgt fil - + Unable to add selected image: {} Kunne ikke legge til valgt bilde: @@ -4042,7 +4041,7 @@ Use that if you get YAML related error. textEditView - + Various Ymse diff --git a/i18n/manuskript_nl.ts b/i18n/manuskript_nl.ts index d80fa68..4fa90b6 100644 --- a/i18n/manuskript_nl.ts +++ b/i18n/manuskript_nl.ts @@ -1,6 +1,5 @@ - - + Export @@ -228,7 +227,7 @@ Gebruik dit bij een YAML gerelateerde foutmelding. - Choose output file… + Choose output file… Kies uitvoerbestand..... @@ -1466,7 +1465,7 @@ Gebruik dit bij een YAML gerelateerde foutmelding. - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2156,17 +2155,17 @@ Gebruik dit bij een YAML gerelateerde foutmelding. SpellAction - + Spelling Suggestions - + &Add to dictionary - + &Remove from custom dictionary @@ -2886,7 +2885,7 @@ Gebruik dit bij een YAML gerelateerde foutmelding. lineEditView - + Various @@ -3878,52 +3877,52 @@ Gebruik dit bij een YAML gerelateerde foutmelding. settingsWindow - + New status - + New label - + newtheme - + New theme - + (read-only) - + Open Image - + Image files (*.jpg; *.jpeg; *.png) - + Error Fout - + Unable to load selected file - + Unable to add selected image: {} @@ -4033,7 +4032,7 @@ Gebruik dit bij een YAML gerelateerde foutmelding. textEditView - + Various diff --git a/i18n/manuskript_pl.ts b/i18n/manuskript_pl.ts index efec638..de97ce6 100644 --- a/i18n/manuskript_pl.ts +++ b/i18n/manuskript_pl.ts @@ -1,6 +1,5 @@ - - + Export @@ -225,7 +224,7 @@ przez outliner. - Choose output file… + Choose output file… Wybierz plik wyjściowy @@ -1470,7 +1469,7 @@ akapitu, następnie do strony, a następnie do pełnego podsumowania. - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2160,17 +2159,17 @@ akapitu, następnie do strony, a następnie do pełnego podsumowania. SpellAction - + Spelling Suggestions Sugestie pisowni - + &Add to dictionary Dod&aj do słownika - + &Remove from custom dictionary &Usuń ze słownika użytkownika @@ -2587,12 +2586,12 @@ akapitu, następnie do strony, a następnie do pełnego podsumowania. - Replace ... with … + Replace ... with … Zastąp ... znakiem … - Replace --- with — + Replace --- with — Zastąp --- znakiem — @@ -2890,7 +2889,7 @@ akapitu, następnie do strony, a następnie do pełnego podsumowania. lineEditView - + Various Różne @@ -3882,52 +3881,52 @@ akapitu, następnie do strony, a następnie do pełnego podsumowania. settingsWindow - + New status Nowy status - + New label Nowa etykieta - + newtheme nowymotyw - + New theme Nowy motyw - + (read-only) (tylko-do-odczytu) - + Open Image Otwórz obraz - + Image files (*.jpg; *.jpeg; *.png) Pliki obrazu (*.jpg; *.jpeg; *.png) - + Error Błąd - + Unable to load selected file Błąd wczytywania wybranego pliku - + Unable to add selected image: {} Błąd dodania wybranego obrazu: @@ -4038,7 +4037,7 @@ akapitu, następnie do strony, a następnie do pełnego podsumowania. textEditView - + Various Różne diff --git a/i18n/manuskript_pt_BR.ts b/i18n/manuskript_pt_BR.ts index ef5e523..d442aeb 100644 --- a/i18n/manuskript_pt_BR.ts +++ b/i18n/manuskript_pt_BR.ts @@ -1,6 +1,5 @@ - - + Export @@ -227,7 +226,7 @@ Use isso se você receber um erro relacionado ao YAML. - Choose output file… + Choose output file… Escolha o arquivo de saída @@ -1483,8 +1482,8 @@ Então expanda isso para um parágrafo, depois para uma página e, em seguida, p - Proceeding might crash and lose data - Continuando pode travar e perder dados + Proceed with import at your own risk + Continuando pode travar e perder dados @@ -2173,17 +2172,17 @@ Então expanda isso para um parágrafo, depois para uma página e, em seguida, p SpellAction - + Spelling Suggestions Sugestões de correção ortográfica - + &Add to dictionary &Adicionar ao dicionário - + &Remove from custom dictionary &Remover do dicionário customizado @@ -2903,7 +2902,7 @@ Então expanda isso para um parágrafo, depois para uma página e, em seguida, p lineEditView - + Various Vários @@ -3895,52 +3894,52 @@ Então expanda isso para um parágrafo, depois para uma página e, em seguida, p settingsWindow - + New status - + New label - + newtheme novo tema - + New theme - + (read-only) (ler somente) - + Open Image Abrir Imagem - + Image files (*.jpg; *.jpeg; *.png) Arquivos de imagem (*.jpg; *.jpeg; *.png) - + Error Erro - + Unable to load selected file Incapaz de carregar o arquivo selecionado - + Unable to add selected image: {} Incapaz de adicionar a imagem selecionada: @@ -4064,7 +4063,7 @@ Então expanda isso para um parágrafo, depois para uma página e, em seguida, p textEditView - + Various Vários diff --git a/i18n/manuskript_pt_PT.ts b/i18n/manuskript_pt_PT.ts index bf12636..bcbd14a 100644 --- a/i18n/manuskript_pt_PT.ts +++ b/i18n/manuskript_pt_PT.ts @@ -1,6 +1,5 @@ - - + Export @@ -229,7 +228,7 @@ Use se receber um erro YAML. - Choose output file… + Choose output file… Escolha o ficheiro de saída @@ -1485,8 +1484,8 @@ Use se receber um erro YAML. - Proceeding might crash and lose data - Continuar pode dar problemas e eliminar dados + Proceed with import at your own risk + Continuar pode dar problemas e eliminar dados @@ -2175,17 +2174,17 @@ Use se receber um erro YAML. SpellAction - + Spelling Suggestions Sugestões ortográficas - + &Add to dictionary &Adicionar ao dicionário - + &Remove from custom dictionary &Remover do dicionário pessoal @@ -2905,7 +2904,7 @@ Use se receber um erro YAML. lineEditView - + Various Vários @@ -3902,52 +3901,52 @@ Use se receber um erro YAML. settingsWindow - + New status Novo estado - + New label Nova etiqueta - + newtheme novotema - + New theme Novo tema - + (read-only) (só de leitura) - + Open Image Abrir imagem - + Image files (*.jpg; *.jpeg; *.png) Ficheiros de imagem (*.jpg; *.jpeg; *.png) - + Error Erro - + Unable to load selected file Impossível carregar o ficheiro seleccionado - + Unable to add selected image: {} Impossível adicionar a imagem seleccionada: @@ -4072,7 +4071,7 @@ Use se receber um erro YAML. textEditView - + Various Vários diff --git a/i18n/manuskript_ro.ts b/i18n/manuskript_ro.ts index 104c994..1d0662c 100644 --- a/i18n/manuskript_ro.ts +++ b/i18n/manuskript_ro.ts @@ -1,6 +1,5 @@ - - + Export @@ -217,7 +216,7 @@ Use that if you get YAML related error. - Choose output file… + Choose output file… @@ -1455,7 +1454,7 @@ Use that if you get YAML related error. - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2145,17 +2144,17 @@ Use that if you get YAML related error. SpellAction - + Spelling Suggestions - + &Add to dictionary - + &Remove from custom dictionary @@ -2875,7 +2874,7 @@ Use that if you get YAML related error. lineEditView - + Various @@ -3867,52 +3866,52 @@ Use that if you get YAML related error. settingsWindow - + New status - + New label - + newtheme - + New theme - + (read-only) - + Open Image - + Image files (*.jpg; *.jpeg; *.png) - + Error - + Unable to load selected file - + Unable to add selected image: {} @@ -4022,7 +4021,7 @@ Use that if you get YAML related error. textEditView - + Various diff --git a/i18n/manuskript_ru.ts b/i18n/manuskript_ru.ts index 2770c9a..89e00fd 100644 --- a/i18n/manuskript_ru.ts +++ b/i18n/manuskript_ru.ts @@ -1484,7 +1484,7 @@ Use that if you get YAML related error. - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2174,17 +2174,17 @@ Use that if you get YAML related error. SpellAction - + Spelling Suggestions Варианты правописания - + &Add to dictionary &Добавить в словарь - + &Remove from custom dictionary &Удалить из пользовательского словаря @@ -2904,7 +2904,7 @@ Use that if you get YAML related error. lineEditView - + Various Различные @@ -3896,52 +3896,52 @@ Use that if you get YAML related error. settingsWindow - + New status Новый статус - + New label Новая метка - + newtheme Новая тема - + New theme Новая тема - + (read-only) (только чтение) - + Open Image Открытое изображение - + Image files (*.jpg; *.jpeg; *.png) Файлы изображений (*.jpg *.jpeg *.png) - + Error Ошибка - + Unable to load selected file Не удалось загрузить выбранный файл - + Unable to add selected image: {} Невозможно добавить выбранное изображение: @@ -4066,7 +4066,7 @@ Use that if you get YAML related error. textEditView - + Various Различные diff --git a/i18n/manuskript_sv.ts b/i18n/manuskript_sv.ts index de6525e..f48697d 100644 --- a/i18n/manuskript_sv.ts +++ b/i18n/manuskript_sv.ts @@ -1482,7 +1482,7 @@ Använd detta om du får ett felmeddelande angående YAML. - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2172,17 +2172,17 @@ Använd detta om du får ett felmeddelande angående YAML. SpellAction - + Spelling Suggestions Stavningsförslag - + &Add to dictionary &Lägg till i ordbok - + &Remove from custom dictionary &Ta bort från ordbok @@ -2902,7 +2902,7 @@ Använd detta om du får ett felmeddelande angående YAML. lineEditView - + Various Diverse @@ -3894,52 +3894,52 @@ Använd detta om du får ett felmeddelande angående YAML. settingsWindow - + New status Ny status - + New label Ny etikett - + newtheme newtheme - + New theme Nytt tema - + (read-only) (skrivskyddad) - + Open Image - + Image files (*.jpg; *.jpeg; *.png) - + Error Fel - + Unable to load selected file - + Unable to add selected image: {} @@ -4063,7 +4063,7 @@ Använd detta om du får ett felmeddelande angående YAML. textEditView - + Various Diverse diff --git a/i18n/manuskript_tr.ts b/i18n/manuskript_tr.ts index a470706..86737fd 100644 --- a/i18n/manuskript_tr.ts +++ b/i18n/manuskript_tr.ts @@ -1454,7 +1454,7 @@ Use that if you get YAML related error. - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2144,17 +2144,17 @@ Use that if you get YAML related error. SpellAction - + Spelling Suggestions - + &Add to dictionary - + &Remove from custom dictionary @@ -2874,7 +2874,7 @@ Use that if you get YAML related error. lineEditView - + Various @@ -3866,52 +3866,52 @@ Use that if you get YAML related error. settingsWindow - + New status - + New label - + newtheme - + New theme - + (read-only) - + Open Image - + Image files (*.jpg; *.jpeg; *.png) - + Error Hata - + Unable to load selected file - + Unable to add selected image: {} @@ -4021,7 +4021,7 @@ Use that if you get YAML related error. textEditView - + Various diff --git a/i18n/manuskript_uk.ts b/i18n/manuskript_uk.ts index 4990cce..70c852c 100644 --- a/i18n/manuskript_uk.ts +++ b/i18n/manuskript_uk.ts @@ -1476,7 +1476,7 @@ Use that if you get YAML related error. - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2166,17 +2166,17 @@ Use that if you get YAML related error. SpellAction - + Spelling Suggestions - + &Add to dictionary - + &Remove from custom dictionary @@ -2896,7 +2896,7 @@ Use that if you get YAML related error. lineEditView - + Various @@ -3888,52 +3888,52 @@ Use that if you get YAML related error. settingsWindow - + New status - + New label - + newtheme - + New theme - + (read-only) - + Open Image - + Image files (*.jpg; *.jpeg; *.png) - + Error Помилка - + Unable to load selected file - + Unable to add selected image: {} @@ -4043,7 +4043,7 @@ Use that if you get YAML related error. textEditView - + Various diff --git a/i18n/manuskript_zh_CN.ts b/i18n/manuskript_zh_CN.ts index 00fd6f4..08f172e 100644 --- a/i18n/manuskript_zh_CN.ts +++ b/i18n/manuskript_zh_CN.ts @@ -1460,7 +1460,7 @@ Use that if you get YAML related error. - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2150,17 +2150,17 @@ Use that if you get YAML related error. SpellAction - + Spelling Suggestions 拼写建议 - + &Add to dictionary 加入字典(&A) - + &Remove from custom dictionary 从个人字典中删除(&R) @@ -2880,7 +2880,7 @@ Use that if you get YAML related error. lineEditView - + Various 可变 @@ -3872,52 +3872,52 @@ Use that if you get YAML related error. settingsWindow - + New status 新建状态 - + New label 新标签 - + newtheme 新主题 - + New theme 新建主题 - + (read-only) (只读) - + Open Image - + Image files (*.jpg; *.jpeg; *.png) - + Error 错误 - + Unable to load selected file - + Unable to add selected image: {} @@ -4027,7 +4027,7 @@ Use that if you get YAML related error. textEditView - + Various 可变的 diff --git a/i18n/manuskript_zh_HANT.ts b/i18n/manuskript_zh_HANT.ts index 6661b9f..8c64001 100644 --- a/i18n/manuskript_zh_HANT.ts +++ b/i18n/manuskript_zh_HANT.ts @@ -1454,7 +1454,7 @@ Use that if you get YAML related error. - Proceeding might crash and lose data + Proceed with import at your own risk @@ -2144,17 +2144,17 @@ Use that if you get YAML related error. SpellAction - + Spelling Suggestions - + &Add to dictionary - + &Remove from custom dictionary @@ -2874,7 +2874,7 @@ Use that if you get YAML related error. lineEditView - + Various @@ -3866,52 +3866,52 @@ Use that if you get YAML related error. settingsWindow - + New status - + New label - + newtheme - + New theme - + (read-only) - + Open Image - + Image files (*.jpg; *.jpeg; *.png) - + Error 錯誤 - + Unable to load selected file - + Unable to add selected image: {} @@ -4021,7 +4021,7 @@ Use that if you get YAML related error. textEditView - + Various