-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Conversation
@MattIPv4 I've just modified it! |
- templates.globalSections.performance.disableHtmlCaching - templates.globalSections.performance.enableDisableHtmlCaching
I'm sorry. I added |
Hi, could you take a look at the suggestions I made above? |
Hi, @SiderealArt ! Does it mean that I have to modify year 20** to 2022 not only in the |
Yes, as @MattIPv4 said earlier. |
@MattIPv4 I also modified every Thank you, @SiderealArt ! |
src/nginxconfig/i18n/de/languages.js
Outdated
@@ -34,4 +34,5 @@ export default { | |||
ru: 'Russisch', | |||
pl: 'Polnisch', | |||
de: 'Deutsch', | |||
ja: 'Japans', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ja: 'Japans', | |
ja: 'Japanisch', |
src/nginxconfig/i18n/en/languages.js
Outdated
@@ -34,4 +34,5 @@ export default { | |||
ru: 'Russian', | |||
pl: 'Polish', | |||
de: 'German', | |||
ja: 'Japans', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ja: 'Japans', | |
ja: 'Japanese', |
I forgot to click comment. I meant these suggestions. Sorry for bothering you again. 😥 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💙 Thank you for this translation -- a few quick thoughts:
src/nginxconfig/i18n/de/languages.js
Outdated
@@ -34,4 +34,5 @@ export default { | |||
ru: 'Russisch', | |||
pl: 'Polnisch', | |||
de: 'Deutsch', | |||
ja: 'Japans', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ja: 'Japans', | |
ja: 'Japanisch', |
src/nginxconfig/i18n/en/languages.js
Outdated
@@ -34,4 +34,5 @@ export default { | |||
ru: 'Russian', | |||
pl: 'Polish', | |||
de: 'German', | |||
ja: 'Japans', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ja: 'Japans', | |
ja: 'Japanese', |
src/nginxconfig/i18n/ja/common.js
Outdated
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: '制限', | ||
path: 'パス', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: '制限', | |
path: 'パス', | |
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: '制限', | |
path: 'パス', |
Looks like some tabs ended up in here, should be four space indents :)
src/nginxconfig/i18n/ja/languages.js
Outdated
en: 'English', | ||
es: 'Spanish', | ||
zhCN: 'Chinese (simplified)', | ||
zhTW: 'Chinese (traditional)', | ||
ptBR: 'Portuguese (brazilian)', | ||
fr: 'French', | ||
ru: 'Russian', | ||
pl: 'Polish', | ||
de: 'German', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These can be translated to Japanese :)
|
||
export default { | ||
wantToContributeChanges: '👋 新機能や変更の提案や実装、翻訳をしてみませんか?', | ||
getInvolvedOnGitHub: 'Get involved on GitHub', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be translated?
|
||
export default { | ||
disableHtmlCaching: 'HTML キャッシュの無効化', | ||
enableDisableHtmlCaching: 'TML キャッシュを無効にする', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enableDisableHtmlCaching: 'TML キャッシュを無効にする', | |
enableDisableHtmlCaching: 'HTML キャッシュを無効にする', |
import common from '../../common'; | ||
|
||
export default { | ||
letsGoLive: 'Let\'s go live!', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be translated?
export default { | ||
letsGoLive: 'Let\'s go live!', | ||
reloadNginxToLoadInYourNewConfiguration: `${common.nginx} をリロードして新しい設定を反映します:`, | ||
goLive: 'Go live!', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be translated?
src/nginxconfig/i18n/pl/languages.js
Outdated
@@ -34,4 +34,5 @@ export default { | |||
ru: 'Rosyjski', | |||
pl: 'Polski', | |||
de: 'Niemiecki', | |||
ja: 'Japonês', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ja: 'Japonês', | |
ja: 'Japoński', |
@MattIPv4 @SiderealArt Thank you for your suggestions. I corrected them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you very much for contributing this! 💙
Hey, @Ippey - Thanks a ton for this sweet PR! 😄 Would you please shoot me an email when you get a chance? |
Type of Change
What issue does this relate to?
None
What should this PR do?
ja
in eachlanguages.js
.What are the acceptance criteria?