Skip to content

Commit 2e09c38

Browse files
authored
Merge pull request #12 from MyEtherWallet/l10n_crowdin_translations
New Crowdin Translations
2 parents e43d7de + c65d21d commit 2e09c38

File tree

23 files changed

+231
-153
lines changed

23 files changed

+231
-153
lines changed

src/locales/common/ja.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"common_components": {
33
"close": "閉じる",
44
"open-dropdown": "ドロップダウンメニューを開く/閉じる",
5-
"clear-input": "入力をクリア"
5+
"clear-input": "入力内容をクリア"
66
}
77
}

src/locales/common/ko.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"common_components": {
3-
"close": "닫기\n",
4-
"open-dropdown": "드롭다운 메뉴 열기/닫기\n",
5-
"clear-input": "입력 내역 삭제\n"
3+
"close": "닫기",
4+
"open-dropdown": "드롭다운 메뉴 열기/닫기",
5+
"clear-input": "입력 내역 삭제"
66
}
77
}

src/locales/common/ru.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"common_components": {
3+
"close": "закрыть",
4+
"open-dropdown": "открыть/закрыть выпадающее меню",
5+
"clear-input": "очистить ввод"
6+
}
7+
}

src/locales/common/zh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"common_components": {
33
"close": "关闭",
44
"open-dropdown": "打开/关闭下拉菜单",
5-
"clear-input": "清除输入内容"
5+
"clear-input": "清空"
66
}
77
}

src/locales/data-tracking/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"data_tracking": "Seguimiento de datos",
3-
"switch": "seguimiento de datos de conmutación",
3+
"switch": "cambiar seguimiento de datos",
44
"on": "Encendido",
55
"off": "Apagado"
66
}

src/locales/data-tracking/ja.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"data_tracking": "データトラッキング",
3-
"switch": "データトラッキングの切り替え",
4-
"on": "オン",
5-
"off": "オフ"
2+
"data_tracking": "データの追跡",
3+
"switch": "データ追跡ON/OFFの切り替え",
4+
"on": "ON",
5+
"off": "OFF"
66
}

src/locales/data-tracking/ko.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"data_tracking": "데이터 추적\n",
2+
"data_tracking": "데이터 추적",
33
"switch": "데이터 추적 변경",
4-
"on": "열기\n",
5-
"off": "닫기\n"
4+
"on": "열기",
5+
"off": "닫기"
66
}

src/locales/data-tracking/ru.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"data_tracking": "Отслеживание данных",
3+
"switch": "включить отслеживание данных",
4+
"on": "Вкл.",
5+
"off": "Выкл."
6+
}

src/locales/footer/es.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
"team": "Equipo",
66
"privacy": "Privacidad",
77
"terms": "Condiciones",
8-
"security_policy": "Security Policy",
8+
"security_policy": "Política de seguridad",
99
"bug_bounty": "Recompensa por errores",
1010
"mobile_app": "Aplicación móvil MEW",
1111
"portfolio_manager": "Gestor de cartera de MEW",
12-
"enkrypt": "Encriptar",
12+
"enkrypt": "Enkrypt",
1313
"ethvm": "ethVM",
1414
"verify_message": "Verificar mensaje",
15-
"convert_units": "Convert Units",
16-
"offline_helper": "Send Offline Helper",
15+
"convert_units": "Convertir unidades",
16+
"offline_helper": "Enviar ayudante offline",
1717
"help_center": "Centro de ayuda",
1818
"customer_support": "Atención al cliente",
1919
"faq": "Preguntas frecuentes",
2020
"blog": "Blog",
21-
"press_kit": "Press Kit",
21+
"press_kit": "Kit de prensa",
2222
"advertise_with_us": "Publicita con nosotros",
23-
"join_community": "Únete a la Comunidad",
23+
"join_community": "Únete a la Comunidad MEW",
2424
"donate": {
2525
"text": "Ayúdanos a mantener MEW gratuito y de código abierto, tus donaciones contribuyen en gran medida a hacerlo posible.",
26-
"ethereum": "Ethereum Donation",
27-
"bitcoin": "Bitcoin Donation"
26+
"ethereum": "Donación de Ethereum",
27+
"bitcoin": "Donación de Bitcoin"
2828
}
2929
}

src/locales/footer/ja.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"about_us": "会社情報",
3-
"careers": "キャリア",
4-
"how_it_works": "仕組み",
5-
"team": "チーム",
6-
"privacy": "プライバシー",
7-
"terms": "条件",
8-
"security_policy": "Security Policy",
9-
"bug_bounty": "バグ報奨金",
10-
"mobile_app": "MEW モバイルアプリ",
11-
"portfolio_manager": "MEW ポートフォリオ・マネージャー",
2+
"about_us": "当社紹介",
3+
"careers": "採用情報",
4+
"how_it_works": "特徴",
5+
"team": "スタッフ紹介",
6+
"privacy": "プライバシー遵守の取り組み",
7+
"terms": "サービス利用規約",
8+
"security_policy": "セキュリティに関する方針",
9+
"bug_bounty": "脆弱性報奨金制度",
10+
"mobile_app": "MEWスマホアプリ",
11+
"portfolio_manager": "MEWポートフォリオマネージャー",
1212
"enkrypt": "Enkrypt",
1313
"ethvm": "ethVM",
14-
"verify_message": "メッセージを検証",
15-
"convert_units": "Convert Units",
16-
"offline_helper": "Send Offline Helper",
17-
"help_center": "ヘルプセンターをご確認ください。",
14+
"verify_message": "デジタル署名",
15+
"convert_units": "単位を変換",
16+
"offline_helper": "オフラインヘルパーを送信",
17+
"help_center": "ヘルプセンター",
1818
"customer_support": "カスタマーサポート",
1919
"faq": "よくある質問",
2020
"blog": "ブログ",
21-
"press_kit": "Press Kit",
22-
"advertise_with_us": "当社で広告を出す",
23-
"join_community": "MEWコミュニティーに参加する",
21+
"press_kit": "メディア関係者の方へ",
22+
"advertise_with_us": "広告出稿をご希望の方へ",
23+
"join_community": "MEWコミュニティに奮ってご参加ください",
2424
"donate": {
25-
"text": "MEWを無料かつオープンソースのまま維持するのを助けてください、皆様からの寄付は、それを可能にするのに大いに役立ちます",
26-
"ethereum": "Ethereum Donation",
27-
"bitcoin": "Bitcoin Donation"
25+
"text": "MEWを無料かつオープンソースで今後もお届けできるようご支援をお願いいたします。皆様からのご寄付は活動を可能にするかけがえのない礎です",
26+
"ethereum": "イーサリアムの寄付",
27+
"bitcoin": "ビットコインの寄付"
2828
}
2929
}

0 commit comments

Comments
 (0)