Browse Source

improved i18n

master
yan 5 years ago
parent
commit
50065b88d0
2 changed files with 22 additions and 2 deletions
  1. +16
    -1
      options/locale/locale_en-US.ini
  2. +6
    -1
      options/locale/locale_zh-CN.ini

+ 16
- 1
options/locale/locale_en-US.ini View File

@@ -628,9 +628,12 @@ dataset = Dataset
title = Name
description = Description
create_dataset = Create Dataset
show_dataset= Dataset
edit_dataset= Edit Dataset
update_dataset= Update Dataset
category = Category
task = Task
license = license
license = License
file = Dataset File
download = download
edit = edit
@@ -642,6 +645,12 @@ visibility_description = Only the owner or the organization members if they have
visibility_helper = Make Dataset Private
visibility_helper_forced = Your site administrator forces new datasets to be private.
visibility_fork_helper = (Changing this will affect all forks.)
settings.delete= Dataset Delete
settings.delete_desc= Deleting a repository is permanent and cannot be undone.
settings.delete_notices_1= - This operation <strong>CANNOT</strong> be undone.
settings.delete_notices_2= - This operation will permanently delete the <strong>%s</strong> dataset.
settings.delete_notices_fork_1= - Forks of this dataset will become independent after deletion.
settings.deletion_success= The dataset has been deleted.

[repo]
owner = Owner
@@ -1848,6 +1857,7 @@ teams.all_repositories_admin_permission_desc = This team grants <strong>Admin</s
dashboard = Dashboard
users = User Accounts
organizations = Organizations
datasets= Dataset
repositories = Repositories
hooks = Default Webhooks
systemhooks = System Webhooks
@@ -1994,6 +2004,11 @@ repos.forks = Forks
repos.issues = Issues
repos.size = Size

datasets.dataset_manage_panel= Dataset Manage
datasets.owner=Owner
datasets.name=name
datasets.private=Private

hooks.desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Webhooks defined here are defaults and will be copied into all new repositories. Read more in the <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/webhooks/">webhooks guide</a>.
hooks.add_webhook = Add Default Webhook
hooks.update_webhook = Update Default Webhook


+ 6
- 1
options/locale/locale_zh-CN.ini View File

@@ -50,6 +50,8 @@ mirror=镜像
new_repo=创建仓库
new_dataset=创建数据集
new_migrate=迁移外部仓库
edit_dataset = Edit Dataset
update_dataset = update Dataset
new_mirror=创建新的镜像
new_fork=新的仓库Fork
new_org=创建组织
@@ -295,6 +297,7 @@ authorize_application_description=如果您允许,它将能够读取和修改
authorize_title=授权 %s 访问您的帐户?
authorization_failed=授权失败
authorization_failed_desc=授权失败,这是一个无效的请求。请联系尝试授权应用的管理员。
disable_forgot_password_mail = Account recovery is disabled. Please contact your site administrator.
sspi_auth_failed=SSPI 认证失败

[mail]
@@ -625,6 +628,7 @@ dataset=数据集
title=名称
description=描述
create_dataset=创建数据集
show_dataset=数据集
edit_dataset=编辑数据集
update_dataset=更新数据集
category=分类
@@ -641,7 +645,7 @@ visibility_description=只有组织所有人或拥有权利的组织成员才能
visibility_helper=将数据集设为私有
visibility_helper_forced=站点管理员强制要求新数据集为私有。
visibility_fork_helper=(修改该值将会影响到所有派生数据集)
settings.delete=删除据集
settings.delete=删除据集
settings.delete_desc=删除据集是永久性的, 无法撤消。
settings.delete_notices_1=- 此操作 <strong>不可以</strong> 被回滚。
settings.delete_notices_2=- 此操作将永久删除据集 <strong>%s</strong>。
@@ -697,6 +701,7 @@ pick_reaction=选择你的表情
reactions_more=再加载 %d
unit_disabled=站点管理员已禁用此仓库单元。
language_other=其它
datasets = 数据集

template.items=模板选项
template.git_content=Git数据(默认分支)


Loading…
Cancel
Save