Skip to content

Commit

Permalink
Add preliminary translations for de-DE, es-419, es-ES, fr-CA, fr-FR, …
Browse files Browse the repository at this point in the history
…id-ID, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, tr-TR, zh-CN, and zh-TW (#8424)

* Add preliminary translations for de-DE, es-419, es-ES, fr-CA, fr-FR, id-ID, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, tr-TR, zh-CN, and zh-TW

Signed-off-by: Miki <[email protected]>

* Changeset file for PR #8424 created/updated

---------

Signed-off-by: Miki <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit a58b6e1)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and AMoo-Miki committed Oct 8, 2024
1 parent 6730e0b commit 72699c0
Show file tree
Hide file tree
Showing 12 changed files with 2,181 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/8424.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
feat:
- Add some preliminary translations ([#8424](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8424))
4 changes: 3 additions & 1 deletion packages/.i18nrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"paths": {
"flot": "osd-ui-shared-deps/flot_charts"
},
"translations": []
"translations": [
"translations/tr-TR.json"
]
}
24 changes: 24 additions & 0 deletions packages/translations/tr-TR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"messages": {
"flot.pie.unableToDrawLabelsInsideCanvasErrorMessage": "Etiketler tuval içine çizilemedi",
"flot.time.janLabel": "Oca",
"flot.time.febLabel": "Şub",
"flot.time.marLabel": "Mar",
"flot.time.aprLabel": "Nis",
"flot.time.mayLabel": "May",
"flot.time.junLabel": "Haz",
"flot.time.julLabel": "Tem",
"flot.time.augLabel": "Ağu",
"flot.time.sepLabel": "Eyl",
"flot.time.novLabel": "Kas",
"flot.time.octLabel": "Eki",
"flot.time.decLabel": "Ara",
"flot.time.monLabel": "Pzt",
"flot.time.tueLabel": "Sal",
"flot.time.wedLabel": "Çar",
"flot.time.thuLabel": "Per",
"flot.time.friLabel": "Cum",
"flot.time.satLabel": "Cmt",
"flot.time.sunLabel": "Paz"
}
}
17 changes: 16 additions & 1 deletion src/.i18nrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,20 @@
"plugins/vis_type_timeline/server/series_functions/graphite.js",
"plugins/vis_type_timeseries/public/application/components/aggs/serial_diff.js"
],
"translations": []
"translations": [
"translations/zh-TW.json",
"translations/zh-CN.json",
"translations/tr-TR.json",
"translations/pt-PT.json",
"translations/pt-BR.json",
"translations/ko-KR.json",
"translations/ja-JP.json",
"translations/it-IT.json",
"translations/id-ID.json",
"translations/fr-FR.json",
"translations/fr-CA.json",
"translations/es-ES.json",
"translations/es-419.json",
"translations/de-DE.json"
]
}
267 changes: 267 additions & 0 deletions src/translations/es-419.json

Large diffs are not rendered by default.

267 changes: 267 additions & 0 deletions src/translations/fr-CA.json

Large diffs are not rendered by default.

267 changes: 267 additions & 0 deletions src/translations/id-ID.json

Large diffs are not rendered by default.

267 changes: 267 additions & 0 deletions src/translations/it-IT.json

Large diffs are not rendered by default.

267 changes: 267 additions & 0 deletions src/translations/ja-JP.json

Large diffs are not rendered by default.

267 changes: 267 additions & 0 deletions src/translations/pt-BR.json

Large diffs are not rendered by default.

267 changes: 267 additions & 0 deletions src/translations/pt-PT.json

Large diffs are not rendered by default.

267 changes: 267 additions & 0 deletions src/translations/zh-TW.json

Large diffs are not rendered by default.

0 comments on commit 72699c0

Please sign in to comment.