mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Langs fixes
This commit is contained in:
parent
6116597f6f
commit
c0d016293d
27 changed files with 258 additions and 86 deletions
|
|
@ -131,10 +131,12 @@ LABEL_TO = "宛先"
|
|||
LABEL_TO_SHORT = "宛先"
|
||||
LABEL_CC = "CC"
|
||||
LABEL_BCC = "BCC"
|
||||
LABEL_REPLY_TO = "Reply-To"
|
||||
PRINT_LABEL_FROM = "差出人"
|
||||
PRINT_LABEL_TO = "宛先"
|
||||
PRINT_LABEL_CC = "CC"
|
||||
PRINT_LABEL_BCC = "BCC"
|
||||
PRINT_LABEL_REPLY_TO = "Reply-To"
|
||||
PRINT_LABEL_DATE = "日付"
|
||||
PRINT_LABEL_SUBJECT = "件名"
|
||||
PRINT_LABEL_ATTACHMENTS = "添付ファイル"
|
||||
|
|
@ -247,7 +249,7 @@ BUTTON_ADD_ACCOUNT = "追加"
|
|||
TITLE_UPDATE_ACCOUNT = "Update Account?"
|
||||
BUTTON_UPDATE_ACCOUNT = "Update"
|
||||
|
||||
[POPUPS_IDENTITIES]
|
||||
[POPUPS_IDENTITY]
|
||||
TITLE_ADD_IDENTITY = "メールの表示名を追加しますか?"
|
||||
TITLE_UPDATE_IDENTITY = "メールの表示名を更新しますか?"
|
||||
BUTTON_ADD_IDENTITY = "追加"
|
||||
|
|
@ -255,7 +257,10 @@ BUTTON_UPDATE_IDENTITY = "更新"
|
|||
LABEL_EMAIL = "メールアドレス"
|
||||
LABEL_NAME = "表示名"
|
||||
LABEL_REPLY_TO = "返信先"
|
||||
LABEL_SIGNATURE = "Signature"
|
||||
LABEL_CC = "Cc"
|
||||
LABEL_BCC = "Bcc"
|
||||
LABEL_SIGNATURE_INSERT_BEFORE = "Insert this signature before quoted text in replies"
|
||||
|
||||
[POPUPS_CREATE_FOLDER]
|
||||
TITLE_CREATE_FOLDER = "フォルダを作成しますか?"
|
||||
|
|
@ -397,6 +402,7 @@ LABEL_ACCOUNTS_NAME = "アカウント"
|
|||
LABEL_IDENTITY_NAME = "Identity"
|
||||
LABEL_IDENTITIES_NAME = "表示名"
|
||||
LABEL_FILTERS_NAME = "Filters"
|
||||
LABEL_TEMPLATES_NAME = "Templates"
|
||||
LABEL_SECURITY_NAME = "Security"
|
||||
LABEL_SOCIAL_NAME = "Social"
|
||||
LABEL_THEMES_NAME = "テーマ"
|
||||
|
|
@ -527,7 +533,9 @@ TO_MANY_FOLDERS_DESC_2 = "We have shown only a part of them, to avoid performanc
|
|||
|
||||
[SETTINGS_ACCOUNTS]
|
||||
LEGEND_ACCOUNTS = "Account List"
|
||||
LEGEND_ACCOUNTS_AND_IDENTITIES = "Accounts and Identities"
|
||||
BUTTON_ADD_ACCOUNT = "Add Account"
|
||||
BUTTON_ADD_IDENTITY = "Add an Identity"
|
||||
BUTTON_DELETE = "Delete"
|
||||
LOADING_PROCESS = "Updating account list"
|
||||
DELETING_ASK = "Are you sure?"
|
||||
|
|
@ -675,4 +683,4 @@ NO_COOKIE_DESC = "Cookies support is not available in your browser.
|
|||
Please enable Cookie support in your browser settings and retry."
|
||||
BAD_BROWSER_TITLE = "Your browser is outdated."
|
||||
BAD_BROWSER_DESC = "To use all the features of the application,
|
||||
download and install one of these browsers:"
|
||||
download and install one of these browsers:"
|
||||
Loading…
Add table
Add a link
Reference in a new issue