-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(i18n): add missing translations [CDS 218]
Signed-off-by: CDS Translator Agent <[email protected]>
- Loading branch information
Showing
7 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
packages/manager/apps/container/src/public/translations/livechat/Messages_de_DE.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"livechat_reduce": "Live Chat reduzieren", | ||
"livechat_close": "Live Chat schließen", | ||
"livechat_open": "Live Chat öffnen" | ||
} |
5 changes: 5 additions & 0 deletions
5
packages/manager/apps/container/src/public/translations/livechat/Messages_en_GB.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"livechat_reduce": "Collapse Live Chat", | ||
"livechat_close": "Close Live Chat", | ||
"livechat_open": "Open Live Chat" | ||
} |
5 changes: 5 additions & 0 deletions
5
packages/manager/apps/container/src/public/translations/livechat/Messages_es_ES.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"livechat_reduce": "Contraer el Live Chat", | ||
"livechat_close": "Cerrar Live Chat", | ||
"livechat_open": "Abrir el Live Chat" | ||
} |
5 changes: 5 additions & 0 deletions
5
packages/manager/apps/container/src/public/translations/livechat/Messages_fr_CA.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"livechat_reduce": "Réduire le Live Chat", | ||
"livechat_close": "Fermer le Live Chat", | ||
"livechat_open": "Ouvrir le Live Chat" | ||
} |
5 changes: 5 additions & 0 deletions
5
packages/manager/apps/container/src/public/translations/livechat/Messages_it_IT.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"livechat_reduce": "Ridurre la Live Chat", | ||
"livechat_close": "Chiudi Live Chat", | ||
"livechat_open": "Apri la Live Chat" | ||
} |
5 changes: 5 additions & 0 deletions
5
packages/manager/apps/container/src/public/translations/livechat/Messages_pl_PL.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"livechat_reduce": "Zwiń Live chat", | ||
"livechat_close": "Zamknij czat na żywo", | ||
"livechat_open": "Otwórz czat na żywo" | ||
} |
5 changes: 5 additions & 0 deletions
5
packages/manager/apps/container/src/public/translations/livechat/Messages_pt_PT.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"livechat_reduce": "Reduzir o Live Chat", | ||
"livechat_close": "Fechar o Live Chat", | ||
"livechat_open": "Abrir o Live Chat" | ||
} |