1
0
mirror of https://github.com/tooot-app/app synced 2025-02-18 12:50:46 +01:00

Merge pull request #278 from tooot-app/l10n_main

New Crowdin updates
This commit is contained in:
xmflsct 2022-05-08 23:57:44 +02:00 committed by GitHub
commit 14af578680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 92 additions and 18 deletions

View File

@ -1,5 +1,6 @@
{ {
"buttons": { "buttons": {
"OK": "OK",
"apply": "Áp dụng", "apply": "Áp dụng",
"cancel": "Hủy bỏ" "cancel": "Hủy bỏ"
}, },

View File

@ -58,6 +58,12 @@
"accessibilityLabel": "{{count}} người đã thích tút này", "accessibilityLabel": "{{count}} người đã thích tút này",
"accessibilityHint": "Xem những ai thích", "accessibilityHint": "Xem những ai thích",
"text": "$t(screenTabs:shared.users.statuses.favourited_by)" "text": "$t(screenTabs:shared.users.statuses.favourited_by)"
},
"history": {
"accessibilityLabel": "Tút này đã sửa {{count}} lần",
"accessibilityHint": "Nhấn để xem lịch sử chỉnh sửa",
"text_one": "{{count}} lượt sửa",
"text_other": "{{count}} lượt sửa"
} }
}, },
"attachment": { "attachment": {
@ -96,6 +102,9 @@
} }
}, },
"application": "via {{application}}", "application": "via {{application}}",
"edited": {
"accessibilityLabel": "Tút đã sửa"
},
"muted": { "muted": {
"accessibilityLabel": "Đã ẩn tút" "accessibilityLabel": "Đã ẩn tút"
}, },
@ -158,18 +167,30 @@
}, },
"status": { "status": {
"heading": "Đối với tút", "heading": "Đối với tút",
"edit": {
"function": "Sửa tút",
"button": "Sửa tút này"
},
"delete": { "delete": {
"function": "Xóa tút", "function": "Xóa tút",
"button": "Xóa tút này" "button": "Xóa tút này",
"alert": {
"title": "Vẫn xóa tút?",
"message": "Bạn có chắc muốn xóa tút này? Toàn bộ lượt thích, đăng lại và trả lời tút cũng sẽ bị xóa theo.",
"buttons": {
"confirm": "Xác nhận xóa",
"cancel": "$t(common:buttons.cancel)"
}
}
}, },
"deleteEdit": { "deleteEdit": {
"function": "Xóa tút", "function": "Xóa tút",
"button": "Xóa và viết lại", "button": "Xóa & viết lại",
"alert": { "alert": {
"title": "Tiếp tục xóa tút?", "title": "Xác nhận xóa tút?",
"message": "Bạn có chắc muốn xóa và viết lại tút này? Toàn bộ lượt thích, đăng lại và trả lời tút cũng sẽ bị xóa theo.", "message": "Bạn có chắc muốn xóa và viết lại tút này? Toàn bộ lượt thích, đăng lại và trả lời tút cũng sẽ bị xóa theo.",
"buttons": { "buttons": {
"confirm": "Tiếp tục xóa", "confirm": "Xác nhận xóa",
"cancel": "$t(common:buttons.cancel)" "cancel": "$t(common:buttons.cancel)"
} }
} }

View File

@ -10,5 +10,9 @@
"pushError": { "pushError": {
"message": "Lỗi thông báo đẩy", "message": "Lỗi thông báo đẩy",
"description": "Hãy cho phép thông báo đẩy trong mục cài đặt!" "description": "Hãy cho phép thông báo đẩy trong mục cài đặt!"
},
"shareError": {
"imageNotSupported": "Không hỗ trợ định dạng ảnh {{type}}",
"videoNotSupported": "Không hỗ trợ định dạng video {{type}}"
} }
} }

View File

@ -16,7 +16,9 @@
"default": "Đăng", "default": "Đăng",
"conversation": "Tin nhắn", "conversation": "Tin nhắn",
"reply": "Trả lời", "reply": "Trả lời",
"edit": "Sửa" "deleteEdit": "Tút",
"edit": "Sửa",
"share": "Tút"
}, },
"alert": { "alert": {
"default": { "default": {
@ -40,7 +42,13 @@
"placeholder": "Viết nội dung ẩn của bạn ở đây" "placeholder": "Viết nội dung ẩn của bạn ở đây"
}, },
"textInput": { "textInput": {
"placeholder": "Bạn đang nghĩ về điều gì?" "placeholder": "Bạn đang nghĩ về điều gì?",
"keyboardImage": {
"exceedMaximum": {
"title": "Vượt quá số lượng tập tin cho phép",
"OK": "$t(common:buttons.OK)"
}
}
} }
}, },
"footer": { "footer": {
@ -163,7 +171,8 @@
"content": { "content": {
"accessibilityHint": "Đã lưu nháp, nhấn để tiếp tục viết", "accessibilityHint": "Đã lưu nháp, nhấn để tiếp tục viết",
"textEmpty": "Chưa có nội dung" "textEmpty": "Chưa có nội dung"
} },
"checkAttachment": "Đang kiểm tra tập tin đính kèm trên máy chủ..."
} }
} }
} }

View File

@ -267,7 +267,8 @@
"heading": "Thu thập dữ liệu", "heading": "Thu thập dữ liệu",
"description": "Giúp cải thiện chất lượng app" "description": "Giúp cải thiện chất lượng app"
}, },
"version": "Phiên bản {{version}}" "version": "Phiên bản {{version}}",
"instanceVersion": "Mastodon phiên bản {{version}}"
}, },
"switch": { "switch": {
"existing": "Đã đăng nhập trước đây", "existing": "Đã đăng nhập trước đây",
@ -280,6 +281,7 @@
"accessibilityLabel": "Hành động đối với {{user}}", "accessibilityLabel": "Hành động đối với {{user}}",
"accessibilityHint": "Bạn có thể ẩn, chặn, báo cáo hoặc chia sẻ người này" "accessibilityHint": "Bạn có thể ẩn, chặn, báo cáo hoặc chia sẻ người này"
}, },
"followed_by": " đang theo dõi bạn",
"moved": "Đã chuyển đi", "moved": "Đã chuyển đi",
"created_at": "Đã tham gia {{date}}", "created_at": "Đã tham gia {{date}}",
"summary": { "summary": {
@ -331,6 +333,9 @@
"reblogged_by": "{{count}} đăng lại", "reblogged_by": "{{count}} đăng lại",
"favourited_by": "{{count}} thích" "favourited_by": "{{count}} thích"
} }
},
"history": {
"name": "Lịch sử chỉnh sửa"
} }
} }
} }

View File

@ -1,5 +1,6 @@
{ {
"buttons": { "buttons": {
"OK": "好的",
"apply": "应用", "apply": "应用",
"cancel": "取消" "cancel": "取消"
}, },

View File

@ -58,6 +58,12 @@
"accessibilityLabel": "{{count}}用户喜欢了此嘟文", "accessibilityLabel": "{{count}}用户喜欢了此嘟文",
"accessibilityHint": "点击以了解用户", "accessibilityHint": "点击以了解用户",
"text": "$t(screenTabs:shared.users.statuses.favourited_by)" "text": "$t(screenTabs:shared.users.statuses.favourited_by)"
},
"history": {
"accessibilityLabel": "此嘟文已被编辑{{count}}次",
"accessibilityHint": "点击查看所有编辑记录",
"text_one": "编辑{{count}}次",
"text_other": "编辑{{count}}次"
} }
}, },
"attachment": { "attachment": {
@ -95,7 +101,10 @@
"accessibilityHint": "用户帐户名" "accessibilityHint": "用户帐户名"
} }
}, },
"application": "发自 {{application}}", "application": "发自于 {{application}}",
"edited": {
"accessibilityLabel": "嘟文已编辑"
},
"muted": { "muted": {
"accessibilityLabel": "已静音此嘟文" "accessibilityLabel": "已静音此嘟文"
}, },
@ -104,7 +113,7 @@
"accessibilityLabel": "此嘟文是私信" "accessibilityLabel": "此嘟文是私信"
}, },
"private": { "private": {
"accessibilityLabel": "此嘟文仅关注可见" "accessibilityLabel": "此嘟文仅关注可见"
} }
} }
}, },
@ -158,18 +167,30 @@
}, },
"status": { "status": {
"heading": "关于嘟文", "heading": "关于嘟文",
"edit": {
"function": "编辑嘟文",
"button": "编辑此条嘟文"
},
"delete": { "delete": {
"function": "删除", "function": "删除",
"button": "删除此条嘟文" "button": "删除此条嘟文",
"alert": {
"title": "确认删除嘟文?",
"message": "确定要删除这条嘟文吗?所有相关的转嘟和喜欢都会被清除,回复将会失去关联。",
"buttons": {
"confirm": "确认删除",
"cancel": "$t(common:buttons.cancel)"
}
}
}, },
"deleteEdit": { "deleteEdit": {
"function": "删除", "function": "删除嘟文",
"button": "删除并重新编辑此条嘟文", "button": "删除此条嘟文",
"alert": { "alert": {
"title": "确认删除嘟文?", "title": "确认删除嘟文?",
"message": "确定要删除这条嘟文并重新编辑它吗?所有相关的转嘟和喜欢都会被清除,回复将会失去关联。", "message": "确定要删除这条嘟文并重新编辑它吗?所有相关的转嘟和喜欢都会被清除,回复将会失去关联。",
"buttons": { "buttons": {
"confirm": "删除并重新编辑", "confirm": "确认删除",
"cancel": "$t(common:buttons.cancel)" "cancel": "$t(common:buttons.cancel)"
} }
} }

View File

@ -10,5 +10,9 @@
"pushError": { "pushError": {
"message": "推送服务错误", "message": "推送服务错误",
"description": "请在设置中重新尝试启用推送通知" "description": "请在设置中重新尝试启用推送通知"
},
"shareError": {
"imageNotSupported": "不支持{{type}}类型的图像",
"videoNotSupported": "不支持{{type}}类型的视频"
} }
} }

View File

@ -42,7 +42,13 @@
"placeholder": "折叠部分的警告信息" "placeholder": "折叠部分的警告信息"
}, },
"textInput": { "textInput": {
"placeholder": "想说点什么呢" "placeholder": "想说点什么呢",
"keyboardImage": {
"exceedMaximum": {
"title": "已达附件数量上限",
"OK": "$t(common:buttons.OK)"
}
}
} }
}, },
"footer": { "footer": {
@ -165,7 +171,8 @@
"content": { "content": {
"accessibilityHint": "已保存的草稿,点击编辑此草稿", "accessibilityHint": "已保存的草稿,点击编辑此草稿",
"textEmpty": "无正文内容" "textEmpty": "无正文内容"
} },
"checkAttachment": "正在检查服务器上的附件..."
} }
} }
} }

View File

@ -116,8 +116,8 @@
}, },
"fields": { "fields": {
"title": "附加信息", "title": "附加信息",
"total_one": "{{count}} 项", "total_one": "{{count}}项",
"total_other": "{{count}} 项" "total_other": "{{count}}项"
}, },
"visibility": { "visibility": {
"title": "嘟文默认可见范围", "title": "嘟文默认可见范围",
@ -281,6 +281,7 @@
"accessibilityLabel": "对用户{{user}} 的操作", "accessibilityLabel": "对用户{{user}} 的操作",
"accessibilityHint": "您可以静音、屏蔽、举报或分享此用户" "accessibilityHint": "您可以静音、屏蔽、举报或分享此用户"
}, },
"followed_by": " 正在关注你",
"moved": "账户已迁移", "moved": "账户已迁移",
"created_at": "注册时间:{{date}}", "created_at": "注册时间:{{date}}",
"summary": { "summary": {