Skip to content

Commit

Permalink
Merge pull request #1318 from chiflix/l10n_develop2
Browse files Browse the repository at this point in the history
New Crowdin updates
  • Loading branch information
ipy authored Jul 20, 2020
2 parents 6113e8c + be4d50a commit 4488546
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 21 deletions.
19 changes: 16 additions & 3 deletions src/renderer/locales/lang/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,24 @@
"name": "ملف",
"open": "افتح…",
"openUrl": "Open URL...",
"airShared": "",
"openRecent": "فتح الأخيرة",
"openURL": "رابط مفتوح…",
"copy": "نسخ",
"paste": "معجون"
"paste": "معجون",
"airShared": {
"airShared": "",
"select": "",
"selectCurrent": "",
"getInfo": "",
"stop": "",
"sharing": "",
"stopped": "",
"status": "",
"on": "",
"off": "",
"host": "",
"token": "",
"tip": ""
}
},
"account": {
"name": "حساب",
Expand Down
19 changes: 16 additions & 3 deletions src/renderer/locales/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,24 @@
"name": "Expediente",
"open": "Abrir…",
"openUrl": "Abrir URL...",
"airShared": "",
"openRecent": "Recientemente abierto",
"openURL": "Abrir URL ...",
"copy": "Copiar",
"paste": "Pegar"
"paste": "Pegar",
"airShared": {
"airShared": "",
"select": "",
"selectCurrent": "",
"getInfo": "",
"stop": "",
"sharing": "",
"stopped": "",
"status": "",
"on": "",
"off": "",
"host": "",
"token": "",
"tip": ""
}
},
"account": {
"name": "Cuenta",
Expand Down
19 changes: 16 additions & 3 deletions src/renderer/locales/lang/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,24 @@
"name": "ファイル",
"open": "ファイルを開く…",
"openUrl": "URL を開く...",
"airShared": "",
"openRecent": "最近使用した項目を開く",
"openURL": "URLから開く…",
"copy": "コピー",
"paste": "貼り付け"
"paste": "貼り付け",
"airShared": {
"airShared": "",
"select": "",
"selectCurrent": "",
"getInfo": "",
"stop": "",
"sharing": "",
"stopped": "",
"status": "",
"on": "",
"off": "",
"host": "",
"token": "",
"tip": ""
}
},
"account": {
"name": "账户",
Expand Down
19 changes: 16 additions & 3 deletions src/renderer/locales/lang/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,24 @@
"name": "파일",
"open": "열다…",
"openUrl": "열린 URL...",
"airShared": "",
"openRecent": "열기 최근",
"openURL": "URL 열기 ...",
"copy": "",
"paste": ""
"paste": "",
"airShared": {
"airShared": "",
"select": "",
"selectCurrent": "",
"getInfo": "",
"stop": "",
"sharing": "",
"stopped": "",
"status": "",
"on": "",
"off": "",
"host": "",
"token": "",
"tip": ""
}
},
"account": {
"name": "계정",
Expand Down
19 changes: 16 additions & 3 deletions src/renderer/locales/lang/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,24 @@
"name": "",
"open": "",
"openUrl": "",
"airShared": "",
"openRecent": "",
"openURL": "",
"copy": "",
"paste": ""
"paste": "",
"airShared": {
"airShared": "",
"select": "",
"selectCurrent": "",
"getInfo": "",
"stop": "",
"sharing": "",
"stopped": "",
"status": "",
"on": "",
"off": "",
"host": "",
"token": "",
"tip": ""
}
},
"account": {
"name": "",
Expand Down
19 changes: 16 additions & 3 deletions src/renderer/locales/lang/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,24 @@
"name": "文件",
"open": "打开文件…",
"openUrl": "打开URL...",
"airShared": "文件共享",
"openRecent": "打开最近播放",
"openURL": "打开 URL…",
"copy": "复制",
"paste": "粘贴"
"paste": "粘贴",
"airShared": {
"airShared": "播放共享",
"select": "选择...",
"selectCurrent": "共享当前播放文件",
"getInfo": "当前播放共享信息",
"stop": "取消共享",
"sharing": "正在共享:",
"stopped": "已停止播放共享",
"status": "状态",
"on": "运行中",
"off": "已停止",
"host": "IP 地址",
"token": "Token",
"tip": "请在同一网络内的 Apple TV 或 iPad / iPhone 上打开 SPlayer,然后点击\"DISCOVERY\"播放视频。"
}
},
"account": {
"name": "账号",
Expand Down
19 changes: 16 additions & 3 deletions src/renderer/locales/lang/zh-Hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,24 @@
"name": "文件",
"open": "打開文件…",
"openUrl": "打開URL...",
"airShared": "",
"openRecent": "打開最近播放",
"openURL": "打開 URL…",
"copy": "複製",
"paste": "貼上"
"paste": "貼上",
"airShared": {
"airShared": "",
"select": "",
"selectCurrent": "",
"getInfo": "",
"stop": "",
"sharing": "",
"stopped": "",
"status": "",
"on": "",
"off": "",
"host": "",
"token": "",
"tip": ""
}
},
"account": {
"name": "账号",
Expand Down

0 comments on commit 4488546

Please sign in to comment.