Skip to content

Commit

Permalink
Add localizable string
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyu committed Feb 2, 2023
1 parent 5b27e86 commit 2051ee4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Mixin/Extension/CoreTextExtension.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import CoreText
import Foundation

extension CTLine {

Expand Down
2 changes: 2 additions & 0 deletions Mixin/Resources/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@
"line_busy_remote" = "お話中です";
"link_recognition_failure" = "リンクの認識に失敗しました";
"link_shareable_false" = "このリンクを共有することはできません";
"links" = "リンク";
"live" = "配信";
"live_shareable_false" = "この配信を共有することはできません";
"live_stream" = "配信";
Expand Down Expand Up @@ -541,6 +542,7 @@
"no_files" = "ファイルがありません";
"no_hidden_assets" = "非表示資産はありません";
"no_items_selected" = "選択してください";
"no_links" = "リンクがありません";
"no_logs" = "ログがありません";
"no_media" = "メディアがありません";
"no_memo" = "メモなし";
Expand Down
2 changes: 2 additions & 0 deletions Mixin/Resources/ru.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@
"line_busy_remote" = "Линия занята";
"link_recognition_failure" = "Сбой распознавания ссылки";
"link_shareable_false" = "Ссылка была настроена так, чтобы не разрешать совместное использование";
"links" = "Ссылки";
"live" = "Вживую";
"live_shareable_false" = "Прямая трансляция была настроена так, чтобы не разрешать делиться";
"live_stream" = "прямой эфир";
Expand Down Expand Up @@ -541,6 +542,7 @@
"no_files" = "ФАЙЛОВ НЕТ";
"no_hidden_assets" = "Нет скрытых активов";
"no_items_selected" = "Элементы не выбраны";
"no_links" = "НЕТ ССЫЛОК";
"no_logs" = "Нет журналов";
"no_media" = "НЕТ МЕДИА";
"no_memo" = "Нет памятки";
Expand Down
2 changes: 2 additions & 0 deletions Mixin/Resources/zh-Hant.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@
"line_busy_remote" = "對方忙";
"link_recognition_failure" = "連結識別失敗";
"link_shareable_false" = "該連結已被設定為不允許分享";
"links" = "連結";
"live" = "直播";
"live_shareable_false" = "該直播已被設定為不允許轉發";
"live_stream" = "直播卡片";
Expand Down Expand Up @@ -541,6 +542,7 @@
"no_files" = "沒有檔案";
"no_hidden_assets" = "沒有隱藏的資產";
"no_items_selected" = "未選定專案";
"no_links" = "沒有連結";
"no_logs" = "沒有日誌";
"no_media" = "沒有媒體";
"no_memo" = "沒有 Memo(備註)";
Expand Down

0 comments on commit 2051ee4

Please sign in to comment.