Files
archived-hipudding-teslamate/priv/gettext/ja/LC_MESSAGES/errors.po
Kuma 3e733efdb1 add: Japanese language (#1909)
* add: Japanese language

* Move and rename Japanese translation files

Co-authored-by: kuma <kuma@sycle.app>
Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2021-08-30 12:06:40 +02:00

95 lines
2.8 KiB
Plaintext

## This is a PO Template file.
##
## `msgid`s here are often extracted from source code.
## Add new translations manually only if they're dynamic
## translations that can't be statically extracted.
##
## Run `mix gettext.extract` to bring this file up to
## date. Leave `msgstr`s empty as changing them here has no
## effect: edit them in PO (`.po`) files instead.
## From Ecto.Changeset.cast/4
msgid "can't be blank"
msgstr ""
## From Ecto.Changeset.unique_constraint/3
msgid "has already been taken"
msgstr "すでに取得されています"
## From Ecto.Changeset.put_change/3
msgid "is invalid"
msgstr "は無効です"
## From Ecto.Changeset.validate_acceptance/3
msgid "must be accepted"
msgstr "承認が必須です"
## From Ecto.Changeset.validate_format/3
msgid "has invalid format"
msgstr "無効なフォーマット"
## From Ecto.Changeset.validate_subset/3
msgid "has an invalid entry"
msgstr "無効なエントリー"
## From Ecto.Changeset.validate_exclusion/3
msgid "is reserved"
msgstr "予約されました"
## From Ecto.Changeset.validate_confirmation/3
msgid "does not match confirmation"
msgstr "確認と一致しません"
## From Ecto.Changeset.no_assoc_constraint/3
msgid "is still associated with this entry"
msgstr "このエントリーに関連付けられています"
msgid "are still associated with this entry"
msgstr "このエントリに関連付けられています"
## From Ecto.Changeset.validate_length/3
msgid "should be %{count} character(s)"
msgid_plural "should be %{count} character(s)"
msgstr[0] "%{count} 文字"
msgstr[1] "%{count} 文字"
msgid "should have %{count} item(s)"
msgid_plural "should have %{count} item(s)"
msgstr[0] "%{count} アイテム"
msgstr[1] "%{count} アイテム"
msgid "should be at least %{count} character(s)"
msgid_plural "should be at least %{count} character(s)"
msgstr[0] "%{count} 文字以上"
msgstr[1] "%{count} 文字以上"
msgid "should have at least %{count} item(s)"
msgid_plural "should have at least %{count} item(s)"
msgstr[0] "%{count} アイテム以上"
msgstr[1] "%{count} アイテム以上"
msgid "should be at most %{count} character(s)"
msgid_plural "should be at most %{count} character(s)"
msgstr[0] "%{count} 文字以下"
msgstr[1] "%{count} 文字以下"
msgid "should have at most %{count} item(s)"
msgid_plural "should have at most %{count} item(s)"
msgstr[0] "%{count} アイテム以下"
msgstr[1] "%{count} アイテム以下"
## From Ecto.Changeset.validate_number/3
msgid "must be less than %{number}"
msgstr "%{count} 文字未満"
msgid "must be greater than %{number}"
msgstr "%{count} 文字を超える文字数"
msgid "must be less than or equal to %{number}"
msgstr "%{count} 文字以下"
msgid "must be greater than or equal to %{number}"
msgstr "%{count} 文字以上"
msgid "must be equal to %{number}"
msgstr "%{count} 文字"