Skip to content

Commit f366b16

Browse files
Added Japanese translation & modified Simplified Chinese
1 parent ec70637 commit f366b16

File tree

9 files changed

+74
-74
lines changed

9 files changed

+74
-74
lines changed

resources/lang/ja_JP/account.php

+27-27
Original file line numberDiff line numberDiff line change
@@ -9,50 +9,50 @@
99
*/
1010

1111
return [
12-
'update_success' => 'Account successfully updated!',
12+
'update_success' => 'アカウントが正常に更新されました!',
1313
'password' => [
14-
'success' => 'Password successfully updated!',
15-
'current' => 'Current Password',
14+
'success' => '正しく更新されたパスワード',
15+
'current' => '現在のパスワード',
1616
'not_match' => 'The current password field does not match your password',
17-
'password' => 'Password',
18-
'forgot' => 'Forgot Password?',
19-
'reset' => 'Reset Password',
20-
'confirm' => 'Confirm new Password',
21-
'new' => 'New Password',
22-
'change' => 'Change Password',
23-
'old' => 'Old Password',
24-
'send' => 'Send Password Reset Link',
17+
'password' => 'パスワード',
18+
'forgot' => 'パスワードを忘れた場合',
19+
'reset' => 'パスワードのリセット',
20+
'confirm' => '新しいパスワードの確認',
21+
'new' => '新しいパスワード',
22+
'change' => 'パスワードの変更',
23+
'old' => '以前のパスワード',
24+
'send' => 'パスワードのリセットリンクを送信',
2525
],
26-
'user_created' => 'User successfully created',
27-
'user_updated' => 'User successfully updated',
28-
'user_deleted' => 'User successfully deleted',
26+
'user_created' => 'ユーザーの作成に成功しました',
27+
'user_updated' => 'ユーザを更新しました',
28+
'user_deleted' => 'ユーザを削除しました',
2929
'sign_in' => 'Sign in with your credentials',
3030
'email' => 'Email',
31-
'remember' => 'Remember me',
32-
'login' => 'Sign in',
33-
'new' => 'Create new account',
31+
'remember' => '次回も同じ設定を使用する',
32+
'login' => 'ログイン',
33+
'new' => '新規アカウントを作成',
3434
'sign_up' => 'Sign up to :site',
35-
'name' => 'Name',
36-
'agreement' => 'I agree with the',
35+
'name' => '名前',
36+
'agreement' => '使用許諾書に',
3737
'agreement_error' => 'To proceed you must accept our TOS / Privacy Policy.',
38-
'create' => 'Create account',
39-
'verify' => 'Verify Your Email Address',
38+
'create' => 'アカウントを作成',
39+
'verify' => '電子メールアドレスの確認',
4040
'verify_sent' => 'A fresh verification link has been sent to your email address.',
4141
'verify_proceed' => 'Before proceeding, please check your email for a verification link.',
4242
'verify_resend' => 'If you did not receive the email',
4343
'verify_resend_2' => 'click here to request another',
4444
'verified_title' => 'Account successfully verified!',
4545
'verified' => 'Great! You successfully verified your email address. You can now use all the website features.',
46-
'edit' => 'Edit Account',
47-
'information' => 'User information',
48-
'user' => 'User',
46+
'edit' => 'アカウントを編集',
47+
'information' => 'ユーザー情報',
48+
'user' => 'ユーザー',
4949
'management' => 'Users Management',
5050
'back_list' => 'Back to list',
51-
'users' => 'Users',
52-
'add' => 'Add User',
51+
'users' => 'ユーザー',
52+
'add' => 'ユーザーの追加',
5353
'creation_date' => 'Creation date',
5454
'delete' => [
5555
'confirm' => 'Are you sure you want to delete this user?',
56-
'delete' => 'Delete User',
56+
'delete' => 'はい',
5757
],
5858
];

resources/lang/ja_JP/passwords.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
return [
1212
'password' => 'Passwords must be at least six characters and match the confirmation.',
13-
'reset' => 'Your password has been reset!',
13+
'reset' => 'パスワード再設定が完了しました!',
1414
'sent' => 'We have e-mailed your password reset link!',
1515
'token' => 'This password reset token is invalid.',
1616
'user' => 'We can\'t find a user with that e-mail address.',

resources/lang/ja_JP/settings.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
*/
1010

1111
return [
12-
'settings' => 'Settings',
13-
'system' => 'System Settings',
12+
'settings' => '設定',
13+
'system' => 'システム設定',
1414
'anon_hash_alert' => 'Attention: if you anonymize the IP without hashing it, Analytics will not be able to count Real Clicks, because it is impossible to check the user IP.',
15-
'general' => 'General',
16-
'website_name' => 'Website name',
15+
'general' => '全般',
16+
'website_name' => 'Webサイト名',
1717
'website_image' => 'Website image',
1818
'website_favicon' => 'Website favicon',
1919
'private' => 'Make website private',
@@ -45,6 +45,6 @@
4545
'require_user_verify_help' => 'Unverified users email address will not be allowed to create, edit and manage their Short URLs',
4646
'custom_html' => 'Custom HTML, JS and CSS',
4747
'custom_html_help' => 'Write your custom script here. It will be loaded in the website footer.',
48-
'save_changes' => 'Save changes',
48+
'save_changes' => '変更を保存',
4949
'success' => 'Settings successfully updated!',
5050
];

resources/lang/ja_JP/url.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
return [
12-
'list' => 'URLs list',
12+
'list' => '短縮URLリスト',
1313
'edit' => [
1414
'edit' => 'Edit URL',
1515
'short' => 'Edit Short URL',

resources/lang/ja_JP/urlhum.php

+18-18
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
*/
1010

1111
return [
12-
'privacypolicy' => 'Privacy Policy',
13-
'and' => 'and',
14-
'termsofuse' => 'Terms of Use',
15-
'dashboard' => 'Dashboard',
12+
'privacypolicy' => 'プライバシー ポリシー',
13+
'and' => '',
14+
'termsofuse' => '利用規約',
15+
'dashboard' => 'ダッシュボード',
1616
'design_by' => 'Design by',
17-
'users' => 'Users',
18-
'welcome' => 'Welcome!',
17+
'users' => 'ユーザー',
18+
'welcome' => 'ようこそ!',
1919
'accessFeatures' => 'Sign up or Sign in to access all features',
20-
'search' => 'Search',
21-
'account' => 'Account',
22-
'logout' => 'Logout',
23-
'register' => 'Register',
24-
'login' => 'Login',
25-
'home' => 'Home',
26-
'save' => 'Save',
27-
'error' => 'Error',
28-
'send' => 'Send',
29-
'close' => 'Close',
30-
'edit' => 'Edit',
31-
'user' => 'User',
20+
'search' => '検索',
21+
'account' => 'アカウント',
22+
'logout' => 'ログアウト',
23+
'register' => '登録',
24+
'login' => 'ログイン',
25+
'home' => 'ホーム',
26+
'save' => '保存',
27+
'error' => 'エラー',
28+
'send' => '送信',
29+
'close' => '閉じる',
30+
'edit' => '編集',
31+
'user' => 'ユーザー',
3232
];

resources/lang/zh_CN/account.php

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
'remember' => '记住我',
3232
'login' => '登录',
3333
'new' => '创建新账号',
34-
'sign_up' => '注册到 :site',
34+
'sign_up' => '注册 :site',
3535
'name' => '用户名',
3636
'agreement' => '我同意',
3737
'agreement_error' => '在继续前,您必须接受我们的服务条款/隐私政策。',
3838
'create' => '创建账号',
39-
'verify' => '验证你的邮箱地址',
39+
'verify' => '验证您的邮箱地址',
4040
'verify_sent' => '新的验证链接已被发送到您的邮箱中',
4141
'verify_proceed' => '在继续之前,请检查您的电子邮件以获取验证链接',
42-
'verify_resend' => 'If you did not receive the email',
42+
'verify_resend' => '如果您没有收到邮件',
4343
'verify_resend_2' => '点击这里以重新发送',
44-
'verified_title' => 'Account successfully verified!',
45-
'verified' => 'Great! You successfully verified your email address. You can now use all the website features.',
44+
'verified_title' => '账号验证成功!',
45+
'verified' => '恭喜! 您已经成功验证您的Email地址,可以使用所有功能',
4646
'edit' => '编辑账户信息',
4747
'information' => '用户信息',
4848
'user' => '用户',
@@ -52,7 +52,7 @@
5252
'add' => '新增用户',
5353
'creation_date' => '创建日期',
5454
'delete' => [
55-
'confirm' => '您确定要删除此用户吗',
56-
'delete' => '删除用户',
55+
'confirm' => '您确定要删除此账户吗',
56+
'delete' => '删除',
5757
],
5858
];

resources/lang/zh_CN/analytics.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'list' => [
1616
'results' => ':firstItem / :lastItem 共 :num',
1717
],
18-
'na' => '仍无引荐网址,请分享这个链接!',
18+
'na' => '仍无请求来源,请分享这个链接!',
1919
'best' => '最佳来源',
2020
'direct_unknown' => 'Direct / Unknown',
2121
],

resources/lang/zh_CN/settings.php

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
return [
1212
'settings' => '设置',
1313
'system' => '系统设置',
14-
'anon_hash_alert' => '注意:如果您对IP进行匿名处理而不进行哈希处理,则分析将无法统计实际点击次数,因为无法检测用户IP。',
14+
'anon_hash_alert' => '注意:如果您不进行哈希处理后匿名IP,则分析将无法统计实际点击次数,因为无法检测用户IP。',
1515
'general' => '概览',
1616
'website_name' => '网站名称',
1717
'website_image' => '网站图片',
18-
'website_favicon' => 'Website favicon',
18+
'website_favicon' => '网站图标',
1919
'private' => '使网站私密',
2020
'private_help' => '网站首页将重定向到登录页',
2121
'unauthorized_redirect' => 'Unauthorized Redirect URL',
2222
'unauthorized_redirect_help' => 'The URL to redirect unauthorized users.',
2323
'unauthorized_redirect_placeholder' => 'Defaults to /login',
2424
'registration' => '启用用户注册',
2525
'public' => '在访客首页中显示最近公开创建的URL',
26-
'public_help' => '在网站主页中显示有最新URLS的小挂件',
26+
'public_help' => '在网站主页中公开最新短链接',
2727
'privacy_policy' => '启用隐私政策页面',
2828
'privacy_policy_edit' => '编辑隐私政策',
2929
'tos' => '启用使用条款页面',
@@ -33,18 +33,18 @@
3333
'anonymize_ip' => '获取IP的国家/地区时匿名化IP地址',
3434
'anonymous' => '允许匿名创建短网址',
3535
'anonymous_help' => '允许未登录的用户创建短链接',
36-
'disable_referers' => 'Disable Referers',
37-
'disable_referers_help' => 'UrlHum will not save anymore HTTP referers sent by users\' browser',
36+
'disable_referers' => '禁用页面来源',
37+
'disable_referers_help' => 'UrlHum 将不再储存用户浏览器的页面来源信息',
3838
'deleted' => '删除的URL能否被再次创建?',
3939
'reserved' => '保留的短网址(每行一个)',
4040
'reserved_help' => '用户将无法创建这些短链接',
4141
'reserved_restore' => '恢复默认',
4242
'privacy_policy_desc' => '在此处编辑您的隐私政策,可以使用HTML语言',
43-
'tos_desc' => '在此处编辑您的使用条款,可以使用HTML语言',
44-
'require_user_verify' => 'Require users email verification to allow Short URLs management',
45-
'require_user_verify_help' => 'Unverified users email address will not be allowed to create, edit and manage their Short URLs',
46-
'custom_html' => 'Custom HTML, JS and CSS',
47-
'custom_html_help' => 'Write your custom script here. It will be loaded in the website footer.',
43+
'tos_desc' => '在此处编辑您的使用条款,可以使用HTML',
44+
'require_user_verify' => '管理短连接要求用户验证Email',
45+
'require_user_verify_help' => '如果用户Email未经核实则不允许创建、编辑和管理他们的短链接',
46+
'custom_html' => '自定义 HTML、JS与CSS',
47+
'custom_html_help' => '在此处添加您的JS代码,将在站点底部加载',
4848
'save_changes' => '保存更改',
4949
'success' => '设置已更新!',
5050
];

resources/lang/zh_CN/url.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
'action' => '操作',
4646
'existing_long' => '此长链接已存在!',
4747
'success' => '恭喜,短链接创建成功!',
48-
'existing_custom' => '短链接 :url already 已存在,请尝试更换',
48+
'existing_custom' => '短链接 :url 已存在,请尝试更换',
4949
'new_long_text' => '创建新的短链接',
5050
'latest' => '最新URL',
5151
'all' => '查看所有',
5252
'urls' => 'URL',
53-
'qrcode' => 'QR Code',
54-
'qrcode_modal' => 'QR Code',
55-
'qrcode_download' => 'Download',
53+
'qrcode' => '二维码',
54+
'qrcode_modal' => '二维码',
55+
'qrcode_download' => '下载',
5656
];

0 commit comments

Comments
 (0)