Skip to content

Commit 42153c1

Browse files
authored
Translation updates from Crowdin (#622)
1 parent 2d1696e commit 42153c1

File tree

18 files changed

+1134
-1312
lines changed

18 files changed

+1134
-1312
lines changed

extension/src/_locales/id/messages.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -270,13 +270,5 @@
270270
"instructionsPageInstallNpackdStep2": {
271271
"message": "Instal paketnya menggunakan ncl:",
272272
"description": "The step 2 of the Npackd installation option"
273-
},
274-
"instructionsPageLinuxAurInstallSource": {
275-
"message": "sumber",
276-
"description": "The source AUR package"
277-
},
278-
"instructionsPageLinuxAurInstallPreBuilt": {
279-
"message": "pra-muat",
280-
"description": "The pre-built AUR package"
281273
}
282274
}

extension/src/_locales/ja/messages.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -423,18 +423,6 @@
423423
"message": "このプロジェクトのスポンサーであり、DEBとRPMパッケージのホスティングを無料で提供してくださった packagecloud.io に感謝します!",
424424
"description": "A message that thanks packagecloud.io for sponsoring the project"
425425
},
426-
"instructionsPageLinuxAurInstallStep1": {
427-
"message": "PWAsForFirefox AUR パッケージのいずれかをダウンロードし、インストールします:",
428-
"description": "The step 1 of the Linux AUR installation option"
429-
},
430-
"instructionsPageLinuxAurInstallSource": {
431-
"message": "ソース",
432-
"description": "The source AUR package"
433-
},
434-
"instructionsPageLinuxAurInstallPreBuilt": {
435-
"message": "プレビルド済み",
436-
"description": "The pre-built AUR package"
437-
},
438426
"instructionsPageMacOSInstallStep1": {
439427
"message": "<a href=\"https://brew.sh/\" target=\"_blank\">Homebrew</a> がインストールされていることを確認してください。",
440428
"description": "The step 1 of the macOS installation option"

extension/src/_locales/pt-BR/messages.json

Lines changed: 1097 additions & 1097 deletions
Large diffs are not rendered by default.

extension/src/_locales/ru/messages.json

Lines changed: 31 additions & 53 deletions
Large diffs are not rendered by default.

extension/src/_locales/zh-CN/messages.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,6 @@
255255
"message": "若要手动安装该程序:",
256256
"description": "The title of the manual MSI installation option"
257257
},
258-
"instructionsPageLinuxAurInstallSource": {
259-
"message": "源代码",
260-
"description": "The source AUR package"
261-
},
262-
"instructionsPageLinuxAurInstallPreBuilt": {
263-
"message": "预构建版本",
264-
"description": "The pre-built AUR package"
265-
},
266258
"installPageTitle": {
267259
"message": "安装此网页应用",
268260
"description": "The title of the install web app page"

extension/src/_locales/zh-TW/messages.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,6 @@
231231
"message": "若要手動下載該程式:",
232232
"description": "The title of the manual MSI installation option"
233233
},
234-
"instructionsPageLinuxAurInstallSource": {
235-
"message": "來源碼",
236-
"description": "The source AUR package"
237-
},
238-
"instructionsPageLinuxAurInstallPreBuilt": {
239-
"message": "預搆建版本",
240-
"description": "The pre-built AUR package"
241-
},
242234
"installPageTitle": {
243235
"message": "下載此網頁應用",
244236
"description": "The title of the install web app page"

native/userchrome/profile/chrome/pwa/localization/pt-BR/pwa/browser.ftl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ toolbar-tabs-ffpwa =
77
.toolbarname = Barra de abas
88
.aria-label = Abas
99
.accesskey = A
10-
1110
# The label for the tabs/icon bar, when the tabs mode is disabled
1211
toolbar-icon-ffpwa =
1312
.toolbarname = Barra de ícones
14-
.aria-label = ícones
15-
.accesskey = I
13+
.aria-label = Ícones
14+
.accesskey = Í
1615
1716
## Popup inputs should be translated in imperative mood, without any end punctuation
1817

native/userchrome/profile/chrome/pwa/localization/pt-BR/pwa/contextmenu.ftl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,21 @@
55
context-menu-image-view-current-tab =
66
.label = Abrir Imagem
77
.accesskey = { main-context-menu-image-view-new-tab.accesskey }
8-
98
context-menu-image-view-new-tab =
109
.label = { main-context-menu-image-view-new-tab.label }
1110
.accesskey = { main-context-menu-image-view-new-tab.accesskey }
12-
1311
context-menu-image-view-new-window =
1412
.label = Abrir imagem em nova janela
1513
.accesskey = { main-context-menu-image-view-new-tab.accesskey }
16-
1714
context-menu-video-view-current-tab =
1815
.label = Abrir vídeo
1916
.accesskey = { main-context-menu-video-view-new-tab.accesskey }
20-
2117
context-menu-video-view-new-tab =
2218
.label = { main-context-menu-video-view-new-tab.label }
2319
.accesskey = { main-context-menu-video-view-new-tab.accesskey }
24-
2520
context-menu-video-view-new-window =
2621
.label = Abrir vídeo em uma nova janela
2722
.accesskey = { main-context-menu-video-view-new-tab.accesskey }
28-
2923
context-menu-open-link-default-browser =
3024
.label = Abrir link no navegador padrão
3125
.accesskey = P

native/userchrome/profile/chrome/pwa/localization/pt-BR/pwa/preferences.ftl

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,81 +7,64 @@ firefoxpwa-group-note = Pode ser necessário reiniciar o navegador para aplicar
77

88
sites-set-theme-color =
99
.label = Permitir que aplicativos da web substituam uma cor de tema (barra de título)
10-
1110
sites-set-background-color =
1211
.label = Permitir que aplicativos da web substituam uma cor de fundo (janela)
13-
1412
dynamic-theme-color =
1513
.label = Permitir que aplicativos da web alterem dinamicamente a cor de um tema
1614
1715
## Titlebar Preferences
1816

1917
dynamic-window-title =
2018
.label = Alterar o título da janela com base no título do aplicativo da web
21-
2219
dynamic-window-icon =
2320
.label = Alterar o ícone da janela com base no ícone do aplicativo da web
24-
2521
native-window-controls =
2622
.label = Sempre use controles de janela nativos
2723
2824
## User Experience Preferences
2925

3026
open-out-of-scope-in-default-browser =
3127
.label = Abra URLs fora do escopo em um navegador padrão (pode quebrar alguns aplicativos da web)
32-
3328
enable-tabs-mode =
3429
.label = Mostrar abas do navegador e habilitar o uso de aplicativos da web com várias abas
3530
3631
## Links Target Preference
3732

3833
links-target-description = Ao abrir um link que normalmente deveria abrir em uma nova janela ou aba
39-
4034
links-target-choice-current-tab =
4135
.label = Forçar links na aba atual
42-
4336
links-target-choice-new-tab =
4437
.label = Forçar links em uma nova aba
45-
4638
links-target-choice-new-window =
4739
.label = Forçar links para uma nova janela
48-
4940
links-target-choice-keep =
5041
.label = Não altere o comportamento do link
5142
5243
## Launch Type Preference
5344

5445
launch-type-description = Ao iniciar um aplicativo da web que já está aberto
55-
5646
launch-type-choice-new-window =
5747
.label = Abra o aplicativo da web em uma nova janela
58-
5948
launch-type-choice-new-tab =
6049
.label = Abra o aplicativo da web em uma nova guia
61-
6250
launch-type-choice-replace =
6351
.label = Substituir a aba existente
64-
6552
launch-type-choice-focus =
6653
.label = Focar a janela existente
6754
6855
## Address Bar Preference
6956

7057
display-address-bar-description = Exibir a barra de endereço
71-
7258
display-address-bar-choice-out-of-scope =
7359
.label = Quando o URL está fora do escopo
74-
7560
display-address-bar-choice-always =
7661
.label = Sempre
77-
7862
display-address-bar-choice-never =
7963
.label = Nunca
8064
8165
## Allowed Domains Preference
8266

8367
allowed-domains-description = Domínios sempre podem ser abertos no navegador do aplicativo
84-
8568
allowed-domains-input =
8669
.placeholder = Insira uma lista de domínios separados por vírgulas...
8770
@@ -94,12 +77,9 @@ shortcuts-group-note = Pode ser necessário reiniciar o navegador para aplicar e
9477

9578
shortcuts-close-tab =
9679
.label = Fechar aba ({ $shortcut })
97-
9880
shortcuts-close-window =
9981
.label = Fechar janela ({ $shortcut })
100-
10182
shortcuts-quit-application =
10283
.label = Sair do aplicativo ({ $shortcut })
103-
10484
shortcuts-private-browsing =
10585
.label = Navegação privada ({ $shortcut })

native/userchrome/profile/chrome/pwa/localization/pt-BR/pwa/widgets.ftl

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,47 +5,36 @@
55
toolbar-button-mute =
66
.label = Alternar som
77
.tooltiptext = Alternar o som da página ({ $shortcut })
8-
98
toolbar-button-reader-view =
109
.label = Visualização do leitor
1110
.tooltiptext = Alternar a visualização do leitor ({ $shortcut })
12-
1311
toolbar-button-copy-link =
1412
.label = Copiar link
1513
.tooltiptext = Copie um link para esta página
16-
1714
toolbar-button-share-link =
1815
.label = Compartilhar link
1916
.tooltiptext = Compartilhe um link para esta página
20-
2117
toolbar-button-send-to-device =
2218
.label = Enviar para o dispositivo
2319
.tooltiptext = Enviar esta página para outro dispositivo
24-
2520
toolbar-button-open-in-browser =
2621
.label = Abrir no navegador
2722
.tooltiptext = Abra esta página no navegador
28-
2923
toolbar-button-tracking-protection =
3024
.label = Proteção de rastreamento
3125
.tooltiptext = Veja informações sobre proteção de rastreamento neste site
32-
3326
toolbar-button-identity =
3427
.label = Informações do site
3528
.tooltiptext = Ver informações sobre este site
36-
3729
toolbar-button-permissions =
3830
.label = Permissões do site
3931
.tooltiptext = Ver permissões concedidas a este site
40-
4132
toolbar-button-notifications =
4233
.label = Notificações do site
4334
.tooltiptext = Notificações pop-up para este site
44-
4535
toolbar-button-close =
4636
.label = Fechar
4737
.tooltiptext = Feche a página atual
48-
4938
toolbar-button-home-ffpwa =
5039
.label = { navbar-home.label }
5140
.tooltiptext = Página inicial do aplicativo
@@ -54,8 +43,7 @@ toolbar-button-home-ffpwa =
5443

5544
toolbar-button-back-ffpwa =
5645
.label = { main-context-menu-back-2.aria-label }
57-
.tooltiptext = { main-context-menu-back-2.tooltiptext }
58-
46+
.tooltiptext = { main-context-menu-back-2.tooltiptext }
5947
toolbar-button-forward-ffpwa =
6048
.label = { main-context-menu-forward-2.aria-label }
61-
.tooltiptext = { main-context-menu-forward-2.tooltiptext }
49+
.tooltiptext = { main-context-menu-forward-2.tooltiptext }

0 commit comments

Comments
 (0)