Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Japanese translation #368

Merged
merged 5 commits into from
Jun 16, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
correct according to review findings.
  • Loading branch information
Ippey committed Jun 15, 2022
commit 340757f1f2158b807c39735eec0d13a8f91de651
2 changes: 1 addition & 1 deletion src/nginxconfig/i18n/de/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ export default {
ru: 'Russisch',
pl: 'Polnisch',
de: 'Deutsch',
ja: 'Japans',
ja: 'Japanisch',
};
2 changes: 1 addition & 1 deletion src/nginxconfig/i18n/en/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ export default {
ru: 'Russian',
pl: 'Polish',
de: 'German',
ja: 'Japans',
ja: 'Japanese',
};
32 changes: 16 additions & 16 deletions src/nginxconfig/i18n/ja/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ THE SOFTWARE.
*/

export default {
back: '戻る',
next: '次へ',
enable: '有効にする',
php: 'PHP',
ssl: 'SSL',
nginx: 'NGINX',
http: 'HTTP',
https: 'HTTPS',
letsEncrypt: 'Let\'s Encrypt',
python: 'Python',
wordPress: 'WordPress',
drupal: 'Drupal',
magento: 'Magento',
joomla: 'Joomla',
django: 'Django',
logging: 'ログ',
back: '戻る',
next: '次へ',
enable: '有効にする',
php: 'PHP',
ssl: 'SSL',
nginx: 'NGINX',
http: 'HTTP',
https: 'HTTPS',
letsEncrypt: 'Let\'s Encrypt',
python: 'Python',
wordPress: 'WordPress',
drupal: 'Drupal',
magento: 'Magento',
joomla: 'Joomla',
django: 'Django',
logging: 'ログ',
reverseProxy: 'リバースプロキシ',
reverseProxyLower: 'リバースプロキシ',
restrict: '制限',
Expand Down
18 changes: 9 additions & 9 deletions src/nginxconfig/i18n/ja/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ THE SOFTWARE.
*/

export default {
en: 'English',
es: 'Spanish',
zhCN: 'Chinese (simplified)',
zhTW: 'Chinese (traditional)',
ptBR: 'Portuguese (brazilian)',
fr: 'French',
ru: 'Russian',
pl: 'Polish',
de: 'German',
en: '英語',
es: 'スペイン語',
zhCN: '中国語 (簡体字)',
zhTW: '中国語 (繁体字)',
ptBR: 'ポルトガル語 (ブラジル)',
fr: 'フランス語',
ru: 'ロシア語',
pl: 'ポーランド語',
de: 'ドイツ語',
ja: '日本語',
};
2 changes: 1 addition & 1 deletion src/nginxconfig/i18n/ja/templates/callouts/contribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ THE SOFTWARE.

export default {
wantToContributeChanges: '👋 新機能や変更の提案や実装、翻訳をしてみませんか?',
getInvolvedOnGitHub: 'Get involved on GitHub',
getInvolvedOnGitHub: 'GitHub で参加しよう',
};
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import common from '../../common';

export default {
disableHtmlCaching: 'HTML キャッシュの無効化',
enableDisableHtmlCaching: 'TML キャッシュを無効にする',
enableDisableHtmlCaching: 'HTML キャッシュを無効にする',
gzipCompression: 'Gzip 圧縮',
enableGzipCompression: `gzip 圧縮を${common.enable}`,
brotliCompression: 'Brotli 圧縮',
Expand Down
4 changes: 2 additions & 2 deletions src/nginxconfig/i18n/ja/templates/setup_sections/go_live.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
import common from '../../common';

export default {
letsGoLive: 'Let\'s go live!',
letsGoLive: '起動しよう!',
reloadNginxToLoadInYourNewConfiguration: `${common.nginx} をリロードして新しい設定を反映します:`,
goLive: 'Go live!',
goLive: '起動!',
};
2 changes: 1 addition & 1 deletion src/nginxconfig/i18n/pl/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ export default {
ru: 'Rosyjski',
pl: 'Polski',
de: 'Niemiecki',
ja: 'Japonês',
ja: 'Japoński',
};