🍱 Localized app intents
This commit is contained in:
33
ios/Runner/zh-Hant.lproj/Localizable.strings
Normal file
33
ios/Runner/zh-Hant.lproj/Localizable.strings
Normal file
@@ -0,0 +1,33 @@
|
||||
/* App Intents - Chat */
|
||||
"intent_open_chat_title" = "開啟聊天";
|
||||
"intent_open_chat_desc" = "開啟特定聊天室";
|
||||
|
||||
/* App Intents - Post */
|
||||
"intent_open_post_title" = "開啟貼文";
|
||||
"intent_open_post_desc" = "開啟特定貼文";
|
||||
|
||||
/* App Intents - Compose */
|
||||
"intent_open_compose_title" = "開啟撰寫";
|
||||
"intent_open_compose_desc" = "開啟撰寫貼文頁面";
|
||||
"intent_compose_post_title" = "撰寫貼文";
|
||||
"intent_compose_post_desc" = "建立新貼文";
|
||||
|
||||
/* App Intents - Search */
|
||||
"intent_search_title" = "搜尋內容";
|
||||
"intent_search_desc" = "搜尋內容";
|
||||
|
||||
/* App Intents - Notifications */
|
||||
"intent_notifications_title" = "查看通知";
|
||||
"intent_notifications_desc" = "查看通知";
|
||||
"intent_check_notifications_title" = "檢查通知";
|
||||
"intent_check_notifications_desc" = "檢查通知數量";
|
||||
|
||||
/* App Intents - Messages */
|
||||
"intent_send_message_title" = "傳送訊息";
|
||||
"intent_send_message_desc" = "傳送訊息到聊天頻道";
|
||||
"intent_read_messages_title" = "讀取訊息";
|
||||
"intent_read_messages_desc" = "從聊天頻道讀取最近訊息";
|
||||
"intent_unread_chats_title" = "檢查未讀聊天";
|
||||
"intent_unread_chats_desc" = "檢查未讀聊天訊息數量";
|
||||
"intent_mark_read_title" = "標記通知已讀";
|
||||
"intent_mark_read_desc" = "將所有通知標記為已讀";
|
||||
Reference in New Issue
Block a user