From 0c2f4b925ebda9ce9d172c9ec26e16d88bcff95f Mon Sep 17 00:00:00 2001 From: fadelkon Date: Sun, 14 Oct 2018 11:25:20 +0200 Subject: Add catalan require to messages.js --- src/i18n/messages.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/i18n/messages.js') diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 3a2da643..6e304ccd 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -23,7 +23,8 @@ const messages = { pt: require('./pt.json'), ru: require('./ru.json'), nb: require('./nb.json'), - he: require('./he.json') + he: require('./he.json'), + ca: require('./ca.json') } export default messages -- cgit v1.2.3-70-g09d2 From 131526373f4f18ee31701cc37e2dd100f8907b86 Mon Sep 17 00:00:00 2001 From: ButterflyOfFire Date: Sun, 21 Oct 2018 08:51:22 +0000 Subject: Adding arabic to messages.js --- src/i18n/messages.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/i18n/messages.js') diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 3a2da643..36f4c98b 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -7,6 +7,7 @@ // There's only problem that apostrophe character ' gets replaced by \\ so you have to fix it manually, sorry. const messages = { + ar: require('./ar.json'), de: require('./de.json'), fi: require('./fi.json'), en: require('./en.json'), -- cgit v1.2.3-70-g09d2 From ec7b7ab49cfd831f581f94f102a1fc2d0be15550 Mon Sep 17 00:00:00 2001 From: fadelkon Date: Sun, 21 Oct 2018 22:18:38 +0200 Subject: Sort messages object by language code so that it's easier from the UI to browse them. --- src/i18n/messages.js | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'src/i18n/messages.js') diff --git a/src/i18n/messages.js b/src/i18n/messages.js index ff7e1c98..4cd3c4e2 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -1,5 +1,6 @@ // When contributing, please sort JSON before committing so it would be easier to see what's missing and what's being added compared to English and other languages. It's not obligatory, but just an advice. // To sort json use jq https://stedolan.github.io/jq and invoke it like `jq -S . xx.json > xx.sorted.json`, AFAIK, there's no inplace edit option like in sed +// Also, when adding a new language to "messages" variable, please do it alphabetically by language code so that users can search or check their custom language easily. // For anyone contributing to old huge messages.js and in need to quickly convert it to JSON // sed command for converting currently formatted JS to JSON: @@ -8,24 +9,24 @@ const messages = { ar: require('./ar.json'), + ca: require('./ca.json'), de: require('./de.json'), - fi: require('./fi.json'), en: require('./en.json'), eo: require('./eo.json'), + es: require('./es.json'), et: require('./et.json'), - hu: require('./hu.json'), - ro: require('./ro.json'), - ja: require('./ja.json'), + fi: require('./fi.json'), fr: require('./fr.json'), + he: require('./he.json'), + hu: require('./hu.json'), it: require('./it.json'), + ja: require('./ja.json'), + nb: require('./nb.json'), oc: require('./oc.json'), pl: require('./pl.json'), - es: require('./es.json'), pt: require('./pt.json'), - ru: require('./ru.json'), - nb: require('./nb.json'), - he: require('./he.json'), - ca: require('./ca.json') + ro: require('./ro.json'), + ru: require('./ru.json') } export default messages -- cgit v1.2.3-70-g09d2 From 4f258b4940c68722c3c7f5127c4abc083ffd936d Mon Sep 17 00:00:00 2001 From: dgold Date: Fri, 2 Nov 2018 20:08:11 +0000 Subject: Added Irish (Gaeilge) Language All translations checked with tearma.ie & acmhainn.ie for language use and technical accuracy. --- src/i18n/ga.json | 201 +++++++++++++++++++++++++++++++++++++++++++++++++ src/i18n/messages.js | 1 + static/timeago-ga.json | 10 +++ 3 files changed, 212 insertions(+) create mode 100644 src/i18n/ga.json create mode 100644 static/timeago-ga.json (limited to 'src/i18n/messages.js') diff --git a/src/i18n/ga.json b/src/i18n/ga.json new file mode 100644 index 00000000..64461202 --- /dev/null +++ b/src/i18n/ga.json @@ -0,0 +1,201 @@ +{ + "chat": { + "title": "Comhrá" + }, + "features_panel": { + "chat": "Comhrá", + "gopher": "Gófar", + "media_proxy": "Seachfhreastalaí meáin", + "scope_options": "Rogha scóip", + "text_limit": "Teorainn Téacs", + "title": "Gnéithe", + "who_to_follow": "Daoine le leanúint" + }, + "finder": { + "error_fetching_user": "Earráid a aimsiú d'úsáideoir", + "find_user": "Aimsigh úsáideoir" + }, + "general": { + "apply": "Feidhmigh", + "submit": "Deimhnigh" + }, + "login": { + "login": "Logáil isteach", + "logout": "Logáil amach", + "password": "Pasfhocal", + "placeholder": "m.sh. Daire", + "register": "Clárú", + "username": "Ainm Úsáideora" + }, + "nav": { + "chat": "Comhrá Áitiúil", + "friend_requests": "Iarratas ar Cairdeas", + "mentions": "Tagairt", + "public_tl": "Amlíne Poiblí", + "timeline": "Amlíne", + "twkn": "An Líonra Iomlán" + }, + "notifications": { + "broken_favorite": "Post anaithnid. Cuardach dó...", + "favorited_you": "toghadh le do phost", + "followed_you": "lean tú", + "load_older": "Luchtaigh fógraí aosta", + "notifications": "Fógraí", + "read": "Léigh!", + "repeated_you": "athphostáil tú" + }, + "post_status": { + "account_not_locked_warning": "Níl do chuntas {0}. Is féidir le duine ar bith a leanúint leat chun do phoist leantacha amháin a fheiceáil.", + "account_not_locked_warning_link": "faoi glas", + "attachments_sensitive": "Marcáil ceangaltán mar íogair", + "content_type": { + "plain_text": "Gnáth-théacs" + }, + "content_warning": "Teideal (roghnach)", + "default": "Lá iontach anseo i nGaillimh", + "direct_warning": "Ní bheidh an post seo le feiceáil ach amháin do na húsáideoirí atá luaite.", + "posting": "Post nua", + "scope": { + "direct": "Díreach - Post chuig úsáideoirí luaite amháin", + "private": "Leanúna amháin - Post chuig lucht leanúna amháin", + "public": "Poiblí - Post chuig amlínte poiblí", + "unlisted": "Neamhliostaithe - Ná cuir post chuig amlínte poiblí" + } + }, + "registration": { + "bio": "Scéal saoil", + "email": "Ríomhphost", + "fullname": "Ainm taispeána'", + "password_confirm": "Deimhnigh do pasfhocal", + "registration": "Clárú", + "token": "Cód cuireadh" + }, + "settings": { + "attachmentRadius": "Ceangaltáin", + "attachments": "Ceangaltáin", + "autoload": "Cumasaigh luchtú uathoibríoch nuair a scrollaítear go bun", + "avatar": "Phictúir phrófíle", + "avatarAltRadius": "Phictúirí phrófíle (Fograí)", + "avatarRadius": "Phictúirí phrófíle", + "background": "Cúlra", + "bio": "Scéal saoil", + "btnRadius": "Cnaipí", + "cBlue": "Gorm (Freagra, lean)", + "cGreen": "Glas (Athphóstail)", + "cOrange": "Oráiste (Cosúil)", + "cRed": "Dearg (Cealaigh)", + "change_password": "Athraigh do pasfhocal", + "change_password_error": "Bhí fadhb ann ag athrú do pasfhocail", + "changed_password": "Athraigh an pasfhocal go rathúil!", + "collapse_subject": "Poist a chosc le teidil", + "confirm_new_password": "Deimhnigh do pasfhocal nua", + "current_avatar": "Phictúir phrófíle", + "current_password": "Pasfhocal reatha", + "current_profile_banner": "Phictúir ceanntáisc", + "data_import_export_tab": "Iompórtáil / Easpórtáil Sonraí", + "default_vis": "Scóip infheicthe réamhshocraithe", + "delete_account": "Scrios cuntas", + "delete_account_description": "Do chuntas agus do chuid teachtaireachtaí go léir a scriosadh go buan.", + "delete_account_error": "Bhí fadhb ann a scriosadh do chuntas. Má leanann sé seo, téigh i dteagmháil le do riarthóir.", + "delete_account_instructions": "Scríobh do phasfhocal san ionchur thíos chun deimhniú a scriosadh.", + "export_theme": "Sábháil Téama", + "filtering": "Scagadh", + "filtering_explanation": "Beidh gach post ina bhfuil na focail seo i bhfolach, ceann in aghaidh an líne", + "follow_export": "Easpórtáil do leanann", + "follow_export_button": "Easpórtáil do leanann chuig comhad csv", + "follow_export_processing": "Próiseáil. Iarrtar ort go luath an comhad a íoslódáil.", + "follow_import": "Iompórtáil do leanann", + "follow_import_error": "Earráid agus do leanann a iompórtáil", + "follows_imported": "Do leanann iompórtáil! Tógfaidh an próiseas iad le tamall.", + "foreground": "Tulra", + "general": "Ginearálta", + "hide_attachments_in_convo": "Folaigh ceangaltáin i comhráite", + "hide_attachments_in_tl": "Folaigh ceangaltáin sa amlíne", + "hide_post_stats": "Folaigh staitisticí na bpost (m.sh. líon na n-athrá)", + "hide_user_stats": "Folaigh na staitisticí úsáideora (m.sh. líon na leantóiri)", + "import_followers_from_a_csv_file": "Iompórtáil leanann ó chomhad csv", + "import_theme": "Luchtaigh Téama", + "inputRadius": "Limistéar iontrála", + "instance_default": "(Réamhshocrú: {value})", + "interfaceLanguage": "Teanga comhéadain", + "invalid_theme_imported": "Ní téama bailí é an comhad dícheangailte. Níor rinneadh aon athruithe.", + "limited_availability": "Níl sé ar fáil i do bhrabhsálaí", + "links": "Naisc", + "lock_account_description": "Srian a chur ar do chuntas le lucht leanúna ceadaithe amháin", + "loop_video": "Lúb físeáin", + "loop_video_silent_only": "Lúb físeáin amháin gan fuaim (i.e. Mastodon's \"gifs\")", + "name": "Ainm", + "name_bio": "Ainm ⁊ Scéal", + "new_password": "Pasfhocal nua'", + "notification_visibility": "Cineálacha fógraí a thaispeáint", + "notification_visibility_follows": "Leana", + "notification_visibility_likes": "Thaithin", + "notification_visibility_mentions": "Tagairt", + "notification_visibility_repeats": "Atphostáil", + "no_rich_text_description": "Bain formáidiú téacs saibhir ó gach post", + "nsfw_clickthrough": "Cumasaigh an ceangaltán NSFW cliceáil ar an gcnaipe", + "panelRadius": "Painéil", + "pause_on_unfocused": "Sruthú ar sos nuair a bhíonn an fócas caillte", + "presets": "Réamhshocruithe", + "profile_background": "Cúlra Próifíl", + "profile_banner": "Phictúir Ceanntáisc", + "profile_tab": "Próifíl", + "radii_help": "Cruinniú imeall comhéadan a chumrú (i bpicteilíní)", + "replies_in_timeline": "Freagraí sa amlíne", + "reply_link_preview": "Cumasaigh réamhamharc nasc freagartha ar chlár na luiche", + "reply_visibility_all": "Taispeáin gach freagra", + "reply_visibility_following": "Taispeáin freagraí amháin atá dírithe ar mise nó ar úsáideoirí atá mé ag leanúint", + "reply_visibility_self": "Taispeáin freagraí amháin atá dírithe ar mise", + "saving_err": "Earráid socruithe a shábháil", + "saving_ok": "Socruithe sábháilte", + "security_tab": "Slándáil", + "set_new_avatar": "Athraigh do phictúir phrófíle", + "set_new_profile_background": "Athraigh do cúlra próifíl", + "set_new_profile_banner": "Athraigh do phictúir ceanntáisc", + "settings": "Socruithe", + "stop_gifs": "Seinn GIFs ar an scáileán", + "streaming": "Cumasaigh post nua a shruthú uathoibríoch nuair a scrollaítear go barr an leathanaigh", + "text": "Téacs", + "theme": "Téama", + "theme_help": "Úsáid cód daith hex (#rrggbb) chun do schéim a saincheapadh", + "tooltipRadius": "Bileoga eolais", + "user_settings": "Socruithe úsáideora", + "values": { + "false": "níl", + "true": "tá" + } + }, + "timeline": { + "collapse": "Folaigh", + "conversation": "Cómhra", + "error_fetching": "Earráid a thabhairt cothrom le dáta", + "load_older": "Luchtaigh níos mó", + "no_retweet_hint": "Tá an post seo marcáilte mar lucht leanúna amháin nó díreach agus ní féidir é a athphostáil", + "repeated": "athphostáil", + "show_new": "Taispeáin nua", + "up_to_date": "Nuashonraithe" + }, + "user_card": { + "approve": "Údaraigh", + "block": "Cosc", + "blocked": "Cuireadh coisc!", + "deny": "Diúltaigh", + "follow": "Lean", + "followees": "Leantóirí", + "followers": "Á Leanúint", + "following": "Á Leanúint", + "follows_you": "Leanann tú", + "mute": "Cuir i mód ciúin", + "muted": "Mód ciúin", + "per_day": "laethúil", + "remote_follow": "Leaníunt iargúlta", + "statuses": "Poist" + }, + "user_profile": { + "timeline_title": "Amlíne úsáideora" + }, + "who_to_follow": { + "more": "Feach uile", + "who_to_follow": "Daoine le leanúint" + } +} diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 4cd3c4e2..18308a72 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -17,6 +17,7 @@ const messages = { et: require('./et.json'), fi: require('./fi.json'), fr: require('./fr.json'), + ga: require('./ga.json'), he: require('./he.json'), hu: require('./hu.json'), it: require('./it.json'), diff --git a/static/timeago-ga.json b/static/timeago-ga.json new file mode 100644 index 00000000..bdb7b6c4 --- /dev/null +++ b/static/timeago-ga.json @@ -0,0 +1,10 @@ +[ + "Anois", + ["%s s", "%s s"], + ["%s n", "%s nóimeád"], + ["%s u", "%s uair"], + ["%s l", "%s lá"], + ["%s se", "%s seachtaine"], + ["%s m", "%s mí"], + ["%s b", "%s bliainta"] +] \ No newline at end of file -- cgit v1.2.3-70-g09d2 From e1d21512a9c841c1623f1cdf6ffabadc86a1b21f Mon Sep 17 00:00:00 2001 From: Nebula Date: Fri, 9 Nov 2018 05:42:32 +0000 Subject: Add Chinese language --- src/i18n/messages.js | 3 +- src/i18n/zh-CN.json | 201 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 203 insertions(+), 1 deletion(-) create mode 100644 src/i18n/zh-CN.json (limited to 'src/i18n/messages.js') diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 4cd3c4e2..17a7faa7 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -26,7 +26,8 @@ const messages = { pl: require('./pl.json'), pt: require('./pt.json'), ro: require('./ro.json'), - ru: require('./ru.json') + ru: require('./ru.json'), + 'zh-CN': require('./zh-CN.json') } export default messages diff --git a/src/i18n/zh-CN.json b/src/i18n/zh-CN.json new file mode 100644 index 00000000..f30cfe0b --- /dev/null +++ b/src/i18n/zh-CN.json @@ -0,0 +1,201 @@ +{ + "chat": { + "title": "聊天" + }, + "features_panel": { + "chat": "聊天", + "gopher": "Gopher", + "media_proxy": "媒体代理", + "scope_options": "可见范围设置", + "text_limit": "文本长度限制", + "title": "功能", + "who_to_follow": "推荐关注" + }, + "finder": { + "error_fetching_user": "获取用户时发生错误", + "find_user": "寻找用户" + }, + "general": { + "apply": "应用", + "submit": "提交" + }, + "login": { + "login": "登录", + "logout": "登出", + "password": "密码", + "placeholder": "例如:lain", + "register": "注册", + "username": "用户名" + }, + "nav": { + "chat": "本地聊天", + "friend_requests": "关注请求", + "mentions": "提及", + "public_tl": "公共时间线", + "timeline": "时间线", + "twkn": "所有已知网络" + }, + "notifications": { + "broken_favorite": "未知的状态,正在搜索中...", + "favorited_you": "收藏了你的状态", + "followed_you": "关注了你", + "load_older": "加载更早的通知", + "notifications": "通知", + "read": "Read!", + "repeated_you": "转发了你的状态" + }, + "post_status": { + "account_not_locked_warning": "你的帐号没有 {0}。任何人都可以关注你并浏览你的上锁内容。", + "account_not_locked_warning_link": "上锁", + "attachments_sensitive": "标记附件为敏感内容", + "content_type": { + "plain_text": "纯文本" + }, + "content_warning": "主题(可选)", + "default": "刚刚抵达上海", + "direct_warning": "本条内容只有被提及的用户能够看到。", + "posting": "发送", + "scope": { + "direct": "私信 - 只发送给被提及的用户", + "private": "仅关注者 - 只有关注了你的人能看到", + "public": "公共 - 发送到公共时间轴", + "unlisted": "不公开 - 所有人可见,但不会发送到公共时间轴" + } + }, + "registration": { + "bio": "简介", + "email": "电子邮箱", + "fullname": "全名", + "password_confirm": "确认密码", + "registration": "注册", + "token": "邀请码" + }, + "settings": { + "attachmentRadius": "附件", + "attachments": "附件", + "autoload": "启用滚动到底部时自动加载", + "avatar": "头像", + "avatarAltRadius": "头像(通知)", + "avatarRadius": "头像", + "background": "背景", + "bio": "简介", + "btnRadius": "按钮", + "cBlue": "蓝色(回复,关注)", + "cGreen": "绿色(转发)", + "cOrange": "橙色(收藏)", + "cRed": "红色(取消)", + "change_password": "修改密码", + "change_password_error": "修改密码的时候出了点问题。", + "changed_password": "成功修改了密码!", + "collapse_subject": "折叠带主题的内容", + "confirm_new_password": "确认新密码", + "current_avatar": "当前头像", + "current_password": "当前密码", + "current_profile_banner": "您当前的横幅图片", + "data_import_export_tab": "数据导入/导出", + "default_vis": "默认可见范围", + "delete_account": "删除账户", + "delete_account_description": "永久删除你的帐号和所有消息。", + "delete_account_error": "删除账户时发生错误,如果一直删除不了,请联系实例管理员。", + "delete_account_instructions": "在下面输入你的密码来确认删除账户", + "export_theme": "Save preset", + "filtering": "过滤器", + "filtering_explanation": "所有包含以下词汇的图片都会被隐藏,一行一个", + "follow_export": "导出关注", + "follow_export_button": "将关注导出成 csv 文件", + "follow_export_processing": "正在处理,过一会儿就可以下载你的文件了", + "follow_import": "导入关注", + "follow_import_error": "导入关注时错误", + "follows_imported": "关注已导入!尚需要一些时间来处理。", + "foreground": "前景", + "general": "通用", + "hide_attachments_in_convo": "在对话中隐藏附件", + "hide_attachments_in_tl": "在时间线上隐藏附件", + "hide_post_stats": "隐藏推文相关的统计数据(例如:收藏的次数)", + "hide_user_stats": "隐藏用户的统计数据(例如:关注者的数量)", + "import_followers_from_a_csv_file": "从 csv 文件中导入关注", + "import_theme": "加载预置主题", + "inputRadius": "输入框", + "instance_default": "(默认:{value})", + "interfaceLanguage": "界面语言", + "invalid_theme_imported": "你所选择的主题文件不被 Pleroma 支持,因此主题未被修改。", + "limited_availability": "在你的浏览器中无法使用", + "links": "链接", + "lock_account_description": "你需要手动审核关注请求", + "loop_video": "循环视频", + "loop_video_silent_only": "只循环没有声音的视频(例如:Mastodon 里的“GIF”)", + "name": "名字", + "name_bio": "名字及简介", + "new_password": "新密码", + "notification_visibility": "要显示的通知类型", + "notification_visibility_follows": "关注", + "notification_visibility_likes": "点赞", + "notification_visibility_mentions": "提及", + "notification_visibility_repeats": "转发", + "no_rich_text_description": "不显示富文本格式", + "nsfw_clickthrough": "将不和谐附件隐藏,点击才能打开", + "panelRadius": "面板", + "pause_on_unfocused": "在离开页面时暂停时间线推送", + "presets": "Presets", + "profile_background": "个人资料背景图", + "profile_banner": "横幅图片", + "profile_tab": "个人资料", + "radii_help": "设置界面边缘圆角 (单位:像素)", + "replies_in_timeline": "时间线中的回复", + "reply_link_preview": "启用鼠标悬停时预览回复链接", + "reply_visibility_all": "显示所有回复", + "reply_visibility_following": "只显示发送给我的回复或者发送给我关注的用户的回复", + "reply_visibility_self": "只显示发送给我的回复", + "saving_err": "保存设置时发生错误", + "saving_ok": "设置已保存", + "security_tab": "安全", + "set_new_avatar": "设置新头像", + "set_new_profile_background": "设置新的个人资料背景", + "set_new_profile_banner": "设置新的横幅图片", + "settings": "设置", + "stop_gifs": "鼠标悬停时播放GIF", + "streaming": "开启滚动到顶部时的自动推送", + "text": "文本", + "theme": "主题", + "theme_help": "使用十六进制代码(#rrggbb)来设置主题颜色。", + "tooltipRadius": "提醒", + "user_settings": "用户设置", + "values": { + "false": "否", + "true": "是" + } + }, + "timeline": { + "collapse": "折叠", + "conversation": "对话", + "error_fetching": "获取更新时发生错误", + "load_older": "加载更早的状态", + "no_retweet_hint": "这条内容仅关注者可见,或者是私信,因此不能转发。", + "repeated": "已转发", + "show_new": "显示新内容", + "up_to_date": "已是最新" + }, + "user_card": { + "approve": "允许", + "block": "屏蔽", + "blocked": "已屏蔽!", + "deny": "拒绝", + "follow": "关注", + "followees": "正在关注", + "followers": "关注者", + "following": "正在关注!", + "follows_you": "关注了你!", + "mute": "隐藏", + "muted": "已隐藏", + "per_day": "每天", + "remote_follow": "跨站关注", + "statuses": "状态" + }, + "user_profile": { + "timeline_title": "用户时间线" + }, + "who_to_follow": { + "more": "更多", + "who_to_follow": "推荐关注" + } +} \ No newline at end of file -- cgit v1.2.3-70-g09d2 From 819e9ce6a304e2391c23f523b080d3d9b3263baa Mon Sep 17 00:00:00 2001 From: Starmancer Date: Fri, 9 Nov 2018 14:15:55 +0800 Subject: update Chinese translation --- src/i18n/messages.js | 2 +- src/i18n/zh-CN.json | 201 --------------------------------------------------- src/i18n/zh.json | 201 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 202 insertions(+), 202 deletions(-) delete mode 100644 src/i18n/zh-CN.json create mode 100644 src/i18n/zh.json (limited to 'src/i18n/messages.js') diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 17a7faa7..75801e08 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -27,7 +27,7 @@ const messages = { pt: require('./pt.json'), ro: require('./ro.json'), ru: require('./ru.json'), - 'zh-CN': require('./zh-CN.json') + zh: require('./zh.json') } export default messages diff --git a/src/i18n/zh-CN.json b/src/i18n/zh-CN.json deleted file mode 100644 index f30cfe0b..00000000 --- a/src/i18n/zh-CN.json +++ /dev/null @@ -1,201 +0,0 @@ -{ - "chat": { - "title": "聊天" - }, - "features_panel": { - "chat": "聊天", - "gopher": "Gopher", - "media_proxy": "媒体代理", - "scope_options": "可见范围设置", - "text_limit": "文本长度限制", - "title": "功能", - "who_to_follow": "推荐关注" - }, - "finder": { - "error_fetching_user": "获取用户时发生错误", - "find_user": "寻找用户" - }, - "general": { - "apply": "应用", - "submit": "提交" - }, - "login": { - "login": "登录", - "logout": "登出", - "password": "密码", - "placeholder": "例如:lain", - "register": "注册", - "username": "用户名" - }, - "nav": { - "chat": "本地聊天", - "friend_requests": "关注请求", - "mentions": "提及", - "public_tl": "公共时间线", - "timeline": "时间线", - "twkn": "所有已知网络" - }, - "notifications": { - "broken_favorite": "未知的状态,正在搜索中...", - "favorited_you": "收藏了你的状态", - "followed_you": "关注了你", - "load_older": "加载更早的通知", - "notifications": "通知", - "read": "Read!", - "repeated_you": "转发了你的状态" - }, - "post_status": { - "account_not_locked_warning": "你的帐号没有 {0}。任何人都可以关注你并浏览你的上锁内容。", - "account_not_locked_warning_link": "上锁", - "attachments_sensitive": "标记附件为敏感内容", - "content_type": { - "plain_text": "纯文本" - }, - "content_warning": "主题(可选)", - "default": "刚刚抵达上海", - "direct_warning": "本条内容只有被提及的用户能够看到。", - "posting": "发送", - "scope": { - "direct": "私信 - 只发送给被提及的用户", - "private": "仅关注者 - 只有关注了你的人能看到", - "public": "公共 - 发送到公共时间轴", - "unlisted": "不公开 - 所有人可见,但不会发送到公共时间轴" - } - }, - "registration": { - "bio": "简介", - "email": "电子邮箱", - "fullname": "全名", - "password_confirm": "确认密码", - "registration": "注册", - "token": "邀请码" - }, - "settings": { - "attachmentRadius": "附件", - "attachments": "附件", - "autoload": "启用滚动到底部时自动加载", - "avatar": "头像", - "avatarAltRadius": "头像(通知)", - "avatarRadius": "头像", - "background": "背景", - "bio": "简介", - "btnRadius": "按钮", - "cBlue": "蓝色(回复,关注)", - "cGreen": "绿色(转发)", - "cOrange": "橙色(收藏)", - "cRed": "红色(取消)", - "change_password": "修改密码", - "change_password_error": "修改密码的时候出了点问题。", - "changed_password": "成功修改了密码!", - "collapse_subject": "折叠带主题的内容", - "confirm_new_password": "确认新密码", - "current_avatar": "当前头像", - "current_password": "当前密码", - "current_profile_banner": "您当前的横幅图片", - "data_import_export_tab": "数据导入/导出", - "default_vis": "默认可见范围", - "delete_account": "删除账户", - "delete_account_description": "永久删除你的帐号和所有消息。", - "delete_account_error": "删除账户时发生错误,如果一直删除不了,请联系实例管理员。", - "delete_account_instructions": "在下面输入你的密码来确认删除账户", - "export_theme": "Save preset", - "filtering": "过滤器", - "filtering_explanation": "所有包含以下词汇的图片都会被隐藏,一行一个", - "follow_export": "导出关注", - "follow_export_button": "将关注导出成 csv 文件", - "follow_export_processing": "正在处理,过一会儿就可以下载你的文件了", - "follow_import": "导入关注", - "follow_import_error": "导入关注时错误", - "follows_imported": "关注已导入!尚需要一些时间来处理。", - "foreground": "前景", - "general": "通用", - "hide_attachments_in_convo": "在对话中隐藏附件", - "hide_attachments_in_tl": "在时间线上隐藏附件", - "hide_post_stats": "隐藏推文相关的统计数据(例如:收藏的次数)", - "hide_user_stats": "隐藏用户的统计数据(例如:关注者的数量)", - "import_followers_from_a_csv_file": "从 csv 文件中导入关注", - "import_theme": "加载预置主题", - "inputRadius": "输入框", - "instance_default": "(默认:{value})", - "interfaceLanguage": "界面语言", - "invalid_theme_imported": "你所选择的主题文件不被 Pleroma 支持,因此主题未被修改。", - "limited_availability": "在你的浏览器中无法使用", - "links": "链接", - "lock_account_description": "你需要手动审核关注请求", - "loop_video": "循环视频", - "loop_video_silent_only": "只循环没有声音的视频(例如:Mastodon 里的“GIF”)", - "name": "名字", - "name_bio": "名字及简介", - "new_password": "新密码", - "notification_visibility": "要显示的通知类型", - "notification_visibility_follows": "关注", - "notification_visibility_likes": "点赞", - "notification_visibility_mentions": "提及", - "notification_visibility_repeats": "转发", - "no_rich_text_description": "不显示富文本格式", - "nsfw_clickthrough": "将不和谐附件隐藏,点击才能打开", - "panelRadius": "面板", - "pause_on_unfocused": "在离开页面时暂停时间线推送", - "presets": "Presets", - "profile_background": "个人资料背景图", - "profile_banner": "横幅图片", - "profile_tab": "个人资料", - "radii_help": "设置界面边缘圆角 (单位:像素)", - "replies_in_timeline": "时间线中的回复", - "reply_link_preview": "启用鼠标悬停时预览回复链接", - "reply_visibility_all": "显示所有回复", - "reply_visibility_following": "只显示发送给我的回复或者发送给我关注的用户的回复", - "reply_visibility_self": "只显示发送给我的回复", - "saving_err": "保存设置时发生错误", - "saving_ok": "设置已保存", - "security_tab": "安全", - "set_new_avatar": "设置新头像", - "set_new_profile_background": "设置新的个人资料背景", - "set_new_profile_banner": "设置新的横幅图片", - "settings": "设置", - "stop_gifs": "鼠标悬停时播放GIF", - "streaming": "开启滚动到顶部时的自动推送", - "text": "文本", - "theme": "主题", - "theme_help": "使用十六进制代码(#rrggbb)来设置主题颜色。", - "tooltipRadius": "提醒", - "user_settings": "用户设置", - "values": { - "false": "否", - "true": "是" - } - }, - "timeline": { - "collapse": "折叠", - "conversation": "对话", - "error_fetching": "获取更新时发生错误", - "load_older": "加载更早的状态", - "no_retweet_hint": "这条内容仅关注者可见,或者是私信,因此不能转发。", - "repeated": "已转发", - "show_new": "显示新内容", - "up_to_date": "已是最新" - }, - "user_card": { - "approve": "允许", - "block": "屏蔽", - "blocked": "已屏蔽!", - "deny": "拒绝", - "follow": "关注", - "followees": "正在关注", - "followers": "关注者", - "following": "正在关注!", - "follows_you": "关注了你!", - "mute": "隐藏", - "muted": "已隐藏", - "per_day": "每天", - "remote_follow": "跨站关注", - "statuses": "状态" - }, - "user_profile": { - "timeline_title": "用户时间线" - }, - "who_to_follow": { - "more": "更多", - "who_to_follow": "推荐关注" - } -} \ No newline at end of file diff --git a/src/i18n/zh.json b/src/i18n/zh.json new file mode 100644 index 00000000..a1c8ff0e --- /dev/null +++ b/src/i18n/zh.json @@ -0,0 +1,201 @@ +{ + "chat": { + "title": "聊天" + }, + "features_panel": { + "chat": "聊天", + "gopher": "Gopher", + "media_proxy": "媒体代理", + "scope_options": "可见范围设置", + "text_limit": "文本长度限制", + "title": "功能", + "who_to_follow": "推荐关注" + }, + "finder": { + "error_fetching_user": "获取用户时发生错误", + "find_user": "寻找用户" + }, + "general": { + "apply": "应用", + "submit": "提交" + }, + "login": { + "login": "登录", + "logout": "登出", + "password": "密码", + "placeholder": "例如:lain", + "register": "注册", + "username": "用户名" + }, + "nav": { + "chat": "本地聊天", + "friend_requests": "关注请求", + "mentions": "提及", + "public_tl": "公共时间线", + "timeline": "时间线", + "twkn": "所有已知网络" + }, + "notifications": { + "broken_favorite": "未知的状态,正在搜索中...", + "favorited_you": "收藏了你的状态", + "followed_you": "关注了你", + "load_older": "加载更早的通知", + "notifications": "通知", + "read": "Read!", + "repeated_you": "转发了你的状态" + }, + "post_status": { + "account_not_locked_warning": "你的帐号没有 {0}。任何人都可以关注你并浏览你的上锁内容。", + "account_not_locked_warning_link": "上锁", + "attachments_sensitive": "标记附件为敏感内容", + "content_type": { + "plain_text": "纯文本" + }, + "content_warning": "主题(可选)", + "default": "刚刚抵达上海", + "direct_warning": "本条内容只有被提及的用户能够看到。", + "posting": "发送", + "scope": { + "direct": "私信 - 只发送给被提及的用户", + "private": "仅关注者 - 只有关注了你的人能看到", + "public": "公共 - 发送到公共时间轴", + "unlisted": "不公开 - 所有人可见,但不会发送到公共时间轴" + } + }, + "registration": { + "bio": "简介", + "email": "电子邮箱", + "fullname": "全名", + "password_confirm": "确认密码", + "registration": "注册", + "token": "邀请码" + }, + "settings": { + "attachmentRadius": "附件", + "attachments": "附件", + "autoload": "启用滚动到底部时自动加载", + "avatar": "头像", + "avatarAltRadius": "头像(通知)", + "avatarRadius": "头像", + "background": "背景", + "bio": "简介", + "btnRadius": "按钮", + "cBlue": "蓝色(回复,关注)", + "cGreen": "绿色(转发)", + "cOrange": "橙色(收藏)", + "cRed": "红色(取消)", + "change_password": "修改密码", + "change_password_error": "修改密码的时候出了点问题。", + "changed_password": "成功修改了密码!", + "collapse_subject": "折叠带主题的内容", + "confirm_new_password": "确认新密码", + "current_avatar": "当前头像", + "current_password": "当前密码", + "current_profile_banner": "您当前的横幅图片", + "data_import_export_tab": "数据导入/导出", + "default_vis": "默认可见范围", + "delete_account": "删除账户", + "delete_account_description": "永久删除你的帐号和所有消息。", + "delete_account_error": "删除账户时发生错误,如果一直删除不了,请联系实例管理员。", + "delete_account_instructions": "在下面输入你的密码来确认删除账户", + "export_theme": "保存预置主题", + "filtering": "过滤器", + "filtering_explanation": "所有包含以下词汇的内容都会被隐藏,一行一个", + "follow_export": "导出关注", + "follow_export_button": "将关注导出成 csv 文件", + "follow_export_processing": "正在处理,过一会儿就可以下载你的文件了", + "follow_import": "导入关注", + "follow_import_error": "导入关注时错误", + "follows_imported": "关注已导入!尚需要一些时间来处理。", + "foreground": "前景", + "general": "通用", + "hide_attachments_in_convo": "在对话中隐藏附件", + "hide_attachments_in_tl": "在时间线上隐藏附件", + "hide_post_stats": "隐藏推文相关的统计数据(例如:收藏的次数)", + "hide_user_stats": "隐藏用户的统计数据(例如:关注者的数量)", + "import_followers_from_a_csv_file": "从 csv 文件中导入关注", + "import_theme": "加载预置主题", + "inputRadius": "输入框", + "instance_default": "(默认:{value})", + "interfaceLanguage": "界面语言", + "invalid_theme_imported": "你所选择的主题文件不被 Pleroma 支持,因此主题未被修改。", + "limited_availability": "在你的浏览器中无法使用", + "links": "链接", + "lock_account_description": "你需要手动审核关注请求", + "loop_video": "循环视频", + "loop_video_silent_only": "只循环没有声音的视频(例如:Mastodon 里的“GIF”)", + "name": "名字", + "name_bio": "名字及简介", + "new_password": "新密码", + "notification_visibility": "要显示的通知类型", + "notification_visibility_follows": "关注", + "notification_visibility_likes": "点赞", + "notification_visibility_mentions": "提及", + "notification_visibility_repeats": "转发", + "no_rich_text_description": "不显示富文本格式", + "nsfw_clickthrough": "将不和谐附件隐藏,点击才能打开", + "panelRadius": "面板", + "pause_on_unfocused": "在离开页面时暂停时间线推送", + "presets": "预置", + "profile_background": "个人资料背景图", + "profile_banner": "横幅图片", + "profile_tab": "个人资料", + "radii_help": "设置界面边缘的圆角 (单位:像素)", + "replies_in_timeline": "时间线中的回复", + "reply_link_preview": "启用鼠标悬停时预览回复链接", + "reply_visibility_all": "显示所有回复", + "reply_visibility_following": "只显示发送给我的回复/发送给我关注的用户的回复", + "reply_visibility_self": "只显示发送给我的回复", + "saving_err": "保存设置时发生错误", + "saving_ok": "设置已保存", + "security_tab": "安全", + "set_new_avatar": "设置新头像", + "set_new_profile_background": "设置新的个人资料背景", + "set_new_profile_banner": "设置新的横幅图片", + "settings": "设置", + "stop_gifs": "鼠标悬停时播放GIF", + "streaming": "开启滚动到顶部时的自动推送", + "text": "文本", + "theme": "主题", + "theme_help": "使用十六进制代码(#rrggbb)来设置主题颜色。", + "tooltipRadius": "提醒", + "user_settings": "用户设置", + "values": { + "false": "否", + "true": "是" + } + }, + "timeline": { + "collapse": "折叠", + "conversation": "对话", + "error_fetching": "获取更新时发生错误", + "load_older": "加载更早的状态", + "no_retweet_hint": "这条内容仅关注者可见,或者是私信,因此不能转发。", + "repeated": "已转发", + "show_new": "显示新内容", + "up_to_date": "已是最新" + }, + "user_card": { + "approve": "允许", + "block": "屏蔽", + "blocked": "已屏蔽!", + "deny": "拒绝", + "follow": "关注", + "followees": "正在关注", + "followers": "关注者", + "following": "正在关注!", + "follows_you": "关注了你!", + "mute": "隐藏", + "muted": "已隐藏", + "per_day": "每天", + "remote_follow": "跨站关注", + "statuses": "状态" + }, + "user_profile": { + "timeline_title": "用户时间线" + }, + "who_to_follow": { + "more": "更多", + "who_to_follow": "推荐关注" + } +} -- cgit v1.2.3-70-g09d2