Update translations (#1134)

* Update de.json (POEditor.com)

* Update ja.json (POEditor.com)

* Update cs.json (POEditor.com)

* Update nl.json (POEditor.com)

* Update fr.json (POEditor.com)

* Update de.json (POEditor.com)

* Update es.json (POEditor.com)

* Update uk.json (POEditor.com)

* Update sl.json (POEditor.com)

* Update fr.json (POEditor.com)

* Update it.json (POEditor.com)

* Update it.json (POEditor.com)

* Update cs.json (POEditor.com)

* Update sl.json (POEditor.com)

* Update de.json (POEditor.com)

* Update pt.json (POEditor.com)

* Update it.json (POEditor.com)

* Update pt.json (POEditor.com)

* Update zh-Hans.json (POEditor.com)

* Update nl.json (POEditor.com)

* Update es.json (POEditor.com)

* Update cs.json (POEditor.com)

* Update zh-Hans.json (POEditor.com)

* Update de.json (POEditor.com)

* Update fr.json (POEditor.com)

* Update sl.json (POEditor.com)

* Update ja.json (POEditor.com)

* Update uk.json (POEditor.com)

* Update cs.json (POEditor.com)

* Update nl.json (POEditor.com)
This commit is contained in:
Deluan Quintão
2021-06-28 09:55:46 -04:00
committed by GitHub
parent 25f0e11562
commit cb1827ccbf
11 changed files with 340 additions and 107 deletions
+35 -8
View File
@@ -22,7 +22,9 @@
"starred": "收藏",
"comment": "注释",
"rating": "评分",
"quality": "品质"
"quality": "品质",
"bpm": "BPM",
"playDate": "最后一次播放"
},
"actions": {
"addToQueue": "加入播放列表",
@@ -86,7 +88,18 @@
"updatedAt": "更新于",
"name": "名称",
"password": "密码",
"createdAt": "创建于"
"createdAt": "创建于",
"changePassword": "修改密码?",
"currentPassword": "当前密码",
"newPassword": "新密码"
},
"helperTexts": {
"name": "你名字的更改将在下次登录生效"
},
"notifications": {
"created": "用户已创建",
"updated": "用户已更新",
"deleted": "用户已删除"
}
},
"player": {
@@ -98,7 +111,8 @@
"client": "客户端",
"userName": "用户名",
"lastSeen": "上次浏览",
"reportRealPath": "回报实际路径"
"reportRealPath": "回报实际路径",
"scrobbleEnabled": "发送喜好记录给Last.fm"
}
},
"transcoding": {
@@ -160,7 +174,8 @@
"number": "必须为数字",
"email": "必须是有效的电子邮箱",
"oneOf": "必须为: %{options}其中一项",
"regex": "必须符合指定的格式 (正则表达式): %{pattern}"
"regex": "必须符合指定的格式 (正则表达式): %{pattern}",
"unique": "必须唯一"
},
"action": {
"add_filter": "添加筛选",
@@ -264,7 +279,14 @@
"data_provider_error": "数据来源错误. 请检查控制台的详细信息",
"i18n_error": "加载所选语言时出错",
"canceled": "操作已取消",
"logged_out": "您的会话已结束,请重新登录"
"logged_out": "您的会话已结束,请重新登录",
"new_version": "发现新版本!请刷新窗口"
},
"toggleFieldsMenu": {
"columnsToDisplay": "显示的项",
"layout": "布局",
"grid": "网格",
"table": "表格"
}
},
"message": {
@@ -276,7 +298,11 @@
"delete_user_title": "删除用户 {name}",
"delete_user_content": "您确定要删除该用户及其相关数据(包括歌单和用户配置)吗?",
"notifications_blocked": "您已在浏览器的设置中屏蔽了此网站的通知",
"notifications_not_available": "此浏览器不支持桌面通知"
"notifications_not_available": "此浏览器不支持桌面通知",
"lastfmLinkSuccess": "Last.fm已关联并启用喜好记录",
"lastfmLinkFailure": "Last.fm无法关联",
"lastfmUnlinkSuccess": "Last.fm未关联并禁止喜好记录",
"lastfmUnlinkFailure": "Last.fm无法取消关联"
},
"menu": {
"library": "曲库",
@@ -289,7 +315,8 @@
"theme": "主题",
"language": "语言",
"defaultView": "默认界面",
"desktop_notifications": "桌面通知"
"desktop_notifications": "桌面通知",
"lastfmScrobbling": "启用Last.fm的喜好记录"
}
},
"albumList": "专辑",
@@ -348,4 +375,4 @@
"toggle_love": "添加/移除星标"
}
}
}
}