Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #46

Merged
merged 3 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<string name="hint_rating">Bewertung</string>
<string name="dialog_log_out_confirmation">Bist du sicher, dass du dich abmelden möchtest?</string>
<string name="dialog_remove_from_library_title">Von Bibliothek entfernen?</string>
<string name="dialog_remove_from_library_msg"><b>%s</b> wird von deiner Bibliothek entfernt.</string>
<string name="dialog_remove_from_library_msg">&lt;b&gt;%s&lt;/b&gt; wird von deiner Bibliothek entfernt.</string>
<string name="dialog_notification_permission_rejected_title">Berechtigung abgelehnt</string>
<string name="dialog_notification_permission_rejected">Du wirst keine Benachrichtigungen erhalten und wirst nicht über App-Aktualisierungen informiert.</string>
<string name="dialog_request_notification_permission_title">Benachrichtigungen erlauben</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-vi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<string name="status_current_manga">Xuất bản</string>
<string name="library_status_planned_manga">Muốn đọc</string>
<string name="hint_rating">Xếp hạng</string>
<string name="dialog_remove_from_library_msg"><b>%s</b> sẽ bị loại khỏi thư viện của bạn.</string>
<string name="dialog_remove_from_library_msg">&lt;b&gt;%s&lt;/b&gt; sẽ bị loại khỏi thư viện của bạn.</string>
<string name="dialog_notification_permission_rejected">Bạn sẽ không nhận được thông báo và sẽ không được thông báo về các bản cập nhật ứng dụng.</string>
<string name="error_resource_loading">Không thể tải dữ liệu.</string>
<string name="error_image_loading">Không thể tải hình ảnh.</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<string name="hint_mark_not_watched">标记为未看。</string>
<string name="hint_rating">评分</string>
<string name="dialog_remove_from_library_title">从库中删除?</string>
<string name="dialog_remove_from_library_msg"><b>%s</b>将从库中删除。</string>
<string name="dialog_remove_from_library_msg">&lt;b&gt;%s&lt;/b&gt;将从库中删除。</string>
<string name="dialog_notification_permission_rejected_title">权限被拒绝</string>
<string name="dialog_request_notification_permission_title">允许通知</string>
<string name="dialog_request_notification_permission">允许在新应用版本发布时收到推送通知。</string>
Expand Down
Loading