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

Japanese #289

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
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
Next Next commit
localise to japanese
add simple form qualification
dcsan committed Sep 28, 2014
commit b25a6219d627198972f1bf5ccc4254d7c7ba02c0
43 changes: 43 additions & 0 deletions client/t9n/japanese.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
ja =
signIn: "ログイン"
signin: "ログイン"
signOut: "ログアウト"
signUp: "登録"
OR: "OR"
forgotPassword: "パスワード忘れた?"
emailAddress: "メールアドレス"
emailResetLink: "メールリセット"
dontHaveAnAccount: "まだ登録していない?"
resetYourPassword: "パスワードリセット"
updateYourPassword: "パスワード更新"
password: "パスワード"
usernameOrEmail: "ユーザー名前かメールアドレス"
email: "メールアドレス"
ifYouAlreadyHaveAnAccount: "既に登録している方"
signUpWithYourEmailAddress: "メールアドレスで登録する"
username: "ユーザー名"
optional: "随意"
signupCode: "登録コード"
clickAgree: "登録をクリックすると、規約に同意する"
privacyPolicy: "プライバシー規約"
terms: "利用契約"
sign: "サイン"
configure: "設定"
with: "と"
createAccount: "新規登録"
and: "と"
"Match failed": "Match failed"
"User not found": "ユーザーが見つからない"

error:
minChar: "7文字が必要"
pwOneLetter: "アルファベット文字が必要"
pwOneDigit: "パスワードに数字が必要"
usernameRequired: "ユーザー名が必要"
emailRequired: "めーるアドレスが必要"
signupCodeRequired: "登録コードが必要."
signupCodeIncorrect: "登録コードの誤りがあるようです"
signInRequired: "ログインが必要"
usernameIsEmail: "ユーザー名ではメアドレスは使えない"

T9n.map "ja", ja
10 changes: 7 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
Package.describe({
summary: "Make signin and signout their own pages with routes.",
version: '0.9.0',
git: 'https://github.com/Differential/accounts-entry'
git: 'https://github.com/dcsan/accounts-entry',
name: "dcsan:accounts-entry"
});

Package.onUse(function(api) {
api.versionsFrom("METEOR@0.9.0");

console.log('- onUse: accounts-entry ')

// CLIENT
api.use([
'deps',
@@ -17,7 +20,7 @@ Package.onUse(function(api) {
'handlebars',
'session',
'coffeescript',
'simple-form',
'joshowens:simple-form',
'less',
'sha']
, 'client');
@@ -55,7 +58,8 @@ Package.onUse(function(api) {
'client/t9n/portuguese.coffee',
'client/t9n/slovene.coffee',
'client/t9n/russian.coffee',
'client/t9n/arabic.coffee'
'client/t9n/arabic.coffee',
'client/t9n/japanese.coffee'
], 'client');

// SERVER
124 changes: 76 additions & 48 deletions versions.json
Original file line number Diff line number Diff line change
@@ -2,18 +2,18 @@
"dependencies": [
[
"accounts-base",
"1.0.0"
"1.1.1"
],
[
"accounts-password",
"1.0.0"
"1.0.2"
],
[
"accounts-t9n",
"0.0.0"
"application-configuration",
"1.0.2"
],
[
"application-configuration",
"base64",
"1.0.0"
],
[
@@ -22,14 +22,14 @@
],
[
"blaze",
"1.0.2"
"2.0.1"
],
[
"blaze-layout",
"0.0.0"
"blaze-tools",
"1.0.0"
],
[
"blaze-tools",
"boilerplate-generator",
"1.0.0"
],
[
@@ -38,27 +38,31 @@
],
[
"check",
"1.0.0"
"1.0.1"
],
[
"coffeescript",
"1.0.2"
"1.0.3"
],
[
"ddp",
"1.0.9"
],
[
"deps",
"1.0.0"
"1.0.4"
],
[
"ejson",
"1.0.0"
"1.0.3"
],
[
"email",
"1.0.2"
"1.0.3"
],
[
"follower-livedata",
"1.0.0"
"1.0.1"
],
[
"geojson-utils",
@@ -70,19 +74,35 @@
],
[
"html-tools",
"1.0.0"
"1.0.1"
],
[
"htmljs",
"1.0.0"
"1.0.1"
],
[
"id-map",
"1.0.0"
],
[
"iron-router",
"0.0.0"
"iron:core",
"0.3.4"
],
[
"iron:dynamic-template",
"0.4.1"
],
[
"iron:layout",
"0.4.1"
],
[
"iron:router",
"0.9.3"
],
[
"joshowens:simple-form",
"0.1.8"
],
[
"jquery",
@@ -94,43 +114,47 @@
],
[
"less",
"1.0.4"
],
[
"livedata",
"1.0.4"
"1.0.9"
],
[
"localstorage",
"1.0.0"
],
[
"logging",
"1.0.2"
"1.0.3"
],
[
"meteor",
"1.0.2"
"1.1.1"
],
[
"minifiers",
"1.0.2"
"1.1.0"
],
[
"minimongo",
"1.0.1"
"1.0.3"
],
[
"mongo-livedata",
"1.0.2"
"mongo",
"1.0.6"
],
[
"mrt:accounts-t9n",
"0.0.13"
],
[
"mrt:underscore-string-latest",
"2.3.3"
],
[
"npm-bcrypt",
"0.7.7"
],
[
"observe-sequence",
"1.0.1"
"1.0.2"
],
[
"ordered-dict",
@@ -142,66 +166,70 @@
],
[
"reactive-dict",
"1.0.0"
"1.0.3"
],
[
"reactive-var",
"1.0.2"
],
[
"retry",
"1.0.0"
],
[
"routepolicy",
"1.0.0"
"1.0.1"
],
[
"service-configuration",
"1.0.0"
"1.0.1"
],
[
"session",
"1.0.0"
"1.0.2"
],
[
"sha",
"1.0.0"
],
[
"simple-form",
"0.0.0"
],
[
"spacebars",
"1.0.0"
"1.0.2"
],
[
"spacebars-compiler",
"1.0.1"
"1.0.2"
],
[
"srp",
"1.0.0"
],
[
"templating",
"1.0.4"
"1.0.7"
],
[
"tracker",
"1.0.2"
],
[
"ui",
"1.0.0"
"1.0.3"
],
[
"underscore",
"1.0.0"
],
[
"underscore-string-latest",
"0.0.0"
"webapp",
"1.1.2"
],
[
"webapp",
"1.0.2"
"webapp-hashing",
"1.0.0"
]
],
"pluginDependencies": [],
"toolVersion": "meteor-tool@1.0.12",
"toolVersion": "meteor-tool@1.0.32",
"format": "1.0"
}