Skip to content

Commit 2051ee4

Browse files
committed
Add localizable string
1 parent 5b27e86 commit 2051ee4

4 files changed

Lines changed: 7 additions & 0 deletions

File tree

Mixin/Extension/CoreTextExtension.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import CoreText
2+
import Foundation
23

34
extension CTLine {
45

Mixin/Resources/ja.lproj/Localizable.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@
465465
"line_busy_remote" = "お話中です";
466466
"link_recognition_failure" = "リンクの認識に失敗しました";
467467
"link_shareable_false" = "このリンクを共有することはできません";
468+
"links" = "リンク";
468469
"live" = "配信";
469470
"live_shareable_false" = "この配信を共有することはできません";
470471
"live_stream" = "配信";
@@ -541,6 +542,7 @@
541542
"no_files" = "ファイルがありません";
542543
"no_hidden_assets" = "非表示資産はありません";
543544
"no_items_selected" = "選択してください";
545+
"no_links" = "リンクがありません";
544546
"no_logs" = "ログがありません";
545547
"no_media" = "メディアがありません";
546548
"no_memo" = "メモなし";

Mixin/Resources/ru.lproj/Localizable.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@
465465
"line_busy_remote" = "Линия занята";
466466
"link_recognition_failure" = "Сбой распознавания ссылки";
467467
"link_shareable_false" = "Ссылка была настроена так, чтобы не разрешать совместное использование";
468+
"links" = "Ссылки";
468469
"live" = "Вживую";
469470
"live_shareable_false" = "Прямая трансляция была настроена так, чтобы не разрешать делиться";
470471
"live_stream" = "прямой эфир";
@@ -541,6 +542,7 @@
541542
"no_files" = "ФАЙЛОВ НЕТ";
542543
"no_hidden_assets" = "Нет скрытых активов";
543544
"no_items_selected" = "Элементы не выбраны";
545+
"no_links" = "НЕТ ССЫЛОК";
544546
"no_logs" = "Нет журналов";
545547
"no_media" = "НЕТ МЕДИА";
546548
"no_memo" = "Нет памятки";

Mixin/Resources/zh-Hant.lproj/Localizable.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@
465465
"line_busy_remote" = "對方忙";
466466
"link_recognition_failure" = "連結識別失敗";
467467
"link_shareable_false" = "該連結已被設定為不允許分享";
468+
"links" = "連結";
468469
"live" = "直播";
469470
"live_shareable_false" = "該直播已被設定為不允許轉發";
470471
"live_stream" = "直播卡片";
@@ -541,6 +542,7 @@
541542
"no_files" = "沒有檔案";
542543
"no_hidden_assets" = "沒有隱藏的資產";
543544
"no_items_selected" = "未選定專案";
545+
"no_links" = "沒有連結";
544546
"no_logs" = "沒有日誌";
545547
"no_media" = "沒有媒體";
546548
"no_memo" = "沒有 Memo(備註)";

0 commit comments

Comments
 (0)