mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 16:44:06 +00:00
Added Hebrew and Portuguese (Brazil) installer translations
This commit is contained in:
16
installer/i18n/sources/he.json
Normal file
16
installer/i18n/sources/he.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"MsgAlreadyInstalled": " {PRODUCT_NAME}$ כבר מותקן ונדרש להסירו לפני השדרוג לגרסה {PRODUCT_VERSION}$.\n\nלהמשך נא להקיש 'אוקיי' או 'ביטול' לביטול השדרוג.",
|
||||
"MsgApplicationRunning": "היישומון {PRODUCT_NAME}$ פועל כעת. נא לסגור את היישומון ולנסות שנית.",
|
||||
"MsgRequires64Bit": "גרסה זו של {PRODUCT_NAME}$ דורשת מערכת הפעלה התומכת ב 64-bit.",
|
||||
"MuiDescriptionRequired": "התקנת {PRODUCT_NAME}$ יחד עם הקבצים הנחוצים להרצה.",
|
||||
"MuiDescriptionLang": "התקנת תרגומים של {PRODUCT_NAME}$ לשפות אחרות.",
|
||||
"MuiDescriptionShortcuts": "התקנת קיצור-דרך להפעלה {PRODUCT_NAME}$.",
|
||||
"MuiDescriptionDesktop": "מתקין קיצור-דרך על גבי שולחן העבודה.",
|
||||
"MuiDescriptionStarteMenu": "מתקין קיצור-דרך בתפריט הפתיחה.",
|
||||
"OptionRemoveSettings": "הסרת הגדרות ומידע אישי",
|
||||
"SectionDesktop": "שולחן עבודה",
|
||||
"SectionLanguages": "שפות",
|
||||
"SectionRequired": "קובצי תכניות (נדרש)",
|
||||
"SectionShortcuts": "קיצורי-דרך",
|
||||
"SectionStartMenu": "תפריט פתחיה"
|
||||
}
|
||||
16
installer/i18n/sources/pt_BR.json
Normal file
16
installer/i18n/sources/pt_BR.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"MsgAlreadyInstalled": "${PRODUCT_NAME} já está instalado e deve ser desinstalado antes de continuar a atualização para a versão ${PRODUCT_VERSION}. \n\nClique \"OK\" para continuar ou \"Cancelar\" para cancelar a atualização.",
|
||||
"MsgApplicationRunning": "A aplicação ${PRODUCT_NAME} está rodando. Por favor feche e tente novamente.",
|
||||
"MsgRequires64Bit": "Esta versão do ${PRODUCT_NAME} requer uma versão de 64-bits do Windows.",
|
||||
"MuiDescriptionRequired": "Instala ${PRODUCT_NAME} junto com arquivos necessários para executá-lo.",
|
||||
"MuiDescriptionLang": "Instala traduções do ${PRODUCT_NAME} para diferentes línguas.",
|
||||
"MuiDescriptionShortcuts": "Instala atalhos para executar o ${PRODUCT_NAME}.",
|
||||
"MuiDescriptionDesktop": "Instala um atalho na área de trabalho.",
|
||||
"MuiDescriptionStarteMenu": "Instala um atalho no Menu Iniciar.",
|
||||
"OptionRemoveSettings": "Remover configurações e dados pessoais",
|
||||
"SectionDesktop": "Área de Trabalho",
|
||||
"SectionLanguages": "Linguagens",
|
||||
"SectionRequired": "Arquivos do programa (requerido)",
|
||||
"SectionShortcuts": "Atalhos",
|
||||
"SectionStartMenu": "Menu iniciar"
|
||||
}
|
||||
@@ -96,14 +96,14 @@ ReserveFile "${NSISDIR}\Plugins\x86-unicode\InstallOptions.dll"
|
||||
!insertmacro LOAD_LANGUAGE "French"
|
||||
!insertmacro LOAD_LANGUAGE "German"
|
||||
; !insertmacro LOAD_LANGUAGE "Greek"
|
||||
; !insertmacro LOAD_LANGUAGE "Hebrew"
|
||||
!insertmacro LOAD_LANGUAGE "Hebrew"
|
||||
!insertmacro LOAD_LANGUAGE "Italian"
|
||||
!insertmacro LOAD_LANGUAGE "Japanese"
|
||||
; !insertmacro LOAD_LANGUAGE "Korean"
|
||||
; !insertmacro LOAD_LANGUAGE "Norwegian"
|
||||
; !insertmacro LOAD_LANGUAGE "Polish"
|
||||
; !insertmacro LOAD_LANGUAGE "Portuguese"
|
||||
; !insertmacro LOAD_LANGUAGE "PortugueseBR"
|
||||
!insertmacro LOAD_LANGUAGE "PortugueseBR"
|
||||
; !insertmacro LOAD_LANGUAGE "Russian"
|
||||
; !insertmacro LOAD_LANGUAGE "SimpChinese"
|
||||
; !insertmacro LOAD_LANGUAGE "Slovak"
|
||||
|
||||
Reference in New Issue
Block a user