From 619d0b68277a1eb4555f9c218fdbf1860f2baf5f Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 27 Mar 2025 07:26:44 +0100 Subject: [PATCH] Crowdin sync --- app/src/main/assets/SETUP-lv-rLV.md | 41 ++++++++++++++++++ app/src/main/res/values-ar-rBH/strings.xml | 1 + app/src/main/res/values-ar-rEG/strings.xml | 1 + app/src/main/res/values-ar/strings.xml | 1 + app/src/main/res/values-en-rGB/strings.xml | 2 + app/src/main/res/values-fa-rIR/strings.xml | 1 + app/src/main/res/values-lv-rLV/strings.xml | 48 ++++++++++++++++++++++ app/src/main/res/values-nb-rNO/strings.xml | 6 +-- app/src/main/res/values-sq-rAL/strings.xml | 10 +++++ app/src/main/res/values-sr-rSP/strings.xml | 1 + app/src/main/res/values-zh-rTW/strings.xml | 16 +++++++- 11 files changed, 124 insertions(+), 4 deletions(-) create mode 100644 app/src/main/assets/SETUP-lv-rLV.md create mode 100644 app/src/main/res/values-lv-rLV/strings.xml diff --git a/app/src/main/assets/SETUP-lv-rLV.md b/app/src/main/assets/SETUP-lv-rLV.md new file mode 100644 index 0000000000..3b420076a8 --- /dev/null +++ b/app/src/main/assets/SETUP-lv-rLV.md @@ -0,0 +1,41 @@ +# Iestatīšanas palīgs + +Setting up FairEmail is fairly simple. You'll need to add at least one account to receive email and at least one identity if you want to send email. The quick setup will add an account and an identity in one go for most major providers. + +## Prasības + +Ir nepieciešams interneta savienojums, lai varētu izveidot kontus un identitātes. + +## Quick setup + +Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*. + +This will work for most email providers. + +If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions. + +## Izveidot kontu - lai saņemtu e-pastu + +To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Select a provider from the list, enter the username, which is mostly your email address and enter your password. Tap *Check* to let FairEmail connect to the email server and fetch a list of system folders. After reviewing the system folder selection you can add the account by tapping *Save*. + +If your provider is not in the list of providers, there are thousands of providers, select *Custom*. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). For more about this, please see [here](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts). + +## Izveidot identitāti - lai sūtītu e-pastu + +Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Enter the name you want to appear in the from address of the emails you send and select a linked account. Tap *Save* to add the identity. + +If the account was configured manually, you likely need to configure the identity manually too. Enter the domain name, for example *gmail.com* and tap *Get settings*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS). + +See [this FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) about using aliases. + +## Piešķirt atļaujas - lai piekļūtu kontaktinformācijai + +Ja vēlāties meklēt e-pasta adreses, rādīt kontaktpersonu fotoattēlus utt., jums būs jāpiešķir FairEmail atļauja lasīt kontaktinformāciju. Vienkārši noklikšķiniet uz *Piešķirt* un atlasiet *Atļaut*. + +## Setup battery optimizations - to continuously receive emails + +On recent Android versions, Android will put apps to sleep when the screen is off for some time to reduce battery usage. If you want to receive new emails without delays, you should disable battery optimizations for FairEmail. Tap *Manage* and follow the instructions. + +## Jautājumi vai problēmas + +Ja jums ir jautājums vai problēma, lūdzu, meklējiet atbildi [šeit](https://github.com/M66B/FairEmail/blob/master/FAQ.md). \ No newline at end of file diff --git a/app/src/main/res/values-ar-rBH/strings.xml b/app/src/main/res/values-ar-rBH/strings.xml index 4b23029b1e..e89270625b 100644 --- a/app/src/main/res/values-ar-rBH/strings.xml +++ b/app/src/main/res/values-ar-rBH/strings.xml @@ -459,6 +459,7 @@ مشاركة طباعة عرض العنوان الرأسي + رسالة المحادثة إدارة الكلمات المفتاحية إضافة كلمة مفتاحية diff --git a/app/src/main/res/values-ar-rEG/strings.xml b/app/src/main/res/values-ar-rEG/strings.xml index 13650ebb9c..61ee303ce5 100644 --- a/app/src/main/res/values-ar-rEG/strings.xml +++ b/app/src/main/res/values-ar-rEG/strings.xml @@ -477,6 +477,7 @@ مشاركة طباعة عرض العنوان الرأسي + رسالة المحادثة إدارة الكلمات المفتاحية إضافة كلمة مفتاحية diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index 5a5d9bf705..225178da5b 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -457,6 +457,7 @@ مشاركة طباعة عرض العنوان الرأسي + رسالة المحادثة إدارة الكلمات المفتاحية إضافة كلمة مفتاحية diff --git a/app/src/main/res/values-en-rGB/strings.xml b/app/src/main/res/values-en-rGB/strings.xml index 647b81505c..68a4ac6f85 100644 --- a/app/src/main/res/values-en-rGB/strings.xml +++ b/app/src/main/res/values-en-rGB/strings.xml @@ -28,6 +28,7 @@ Swap colours The Material You colours can be configured in the Android Wallpaper & style settings I want more colours + Reset show pictures Your Outlook accounts will continue to work after 16 September 2024 Some of your Outlook/Hotmail/Live accounts will stop working after 16 September 2024 The options are categorised by tab, divided into sections, organised by appearance or use, and searchable. @@ -66,6 +67,7 @@ Synchronise all folders When swiping a conversation to the bin, delete all messages Delete + Remove Use background service to synchronise messages Attempt to recognise and disable tracking images Use lists to recognise tracking images diff --git a/app/src/main/res/values-fa-rIR/strings.xml b/app/src/main/res/values-fa-rIR/strings.xml index 350b8a6089..b8161b81dd 100644 --- a/app/src/main/res/values-fa-rIR/strings.xml +++ b/app/src/main/res/values-fa-rIR/strings.xml @@ -1269,6 +1269,7 @@ پوشه هویت الگوی پاسخ + فوروارد به ارسال مجدد الصاق فایل پیام خام پاسخ به نشانی گیرنده رونوشت diff --git a/app/src/main/res/values-lv-rLV/strings.xml b/app/src/main/res/values-lv-rLV/strings.xml new file mode 100644 index 0000000000..8f43d24a6c --- /dev/null +++ b/app/src/main/res/values-lv-rLV/strings.xml @@ -0,0 +1,48 @@ + + + Izmaiņu žurnāls + Lejupielādēts no: %1$s + Brīdinājumi + Kļūdas + Mapes + Atsvaidzināt + Iestatījumi + Iestatījumi + Atbalsts + Palīdziet iztulkot + Par lietotni + Es piekrītu + Es nepiekrītu + %1$s versija + Konti + Identitātes + Jauna mape + Konti + Identitātes + IMAP konts + POP3 konts + Piešķirt + Kļūda + Parole + Iespējot + Atspējot + Skatīt failus + Rādīt attēlus + Saņemt + Sūtīt + Šifrēšana + Paziņojumi + PIN kods + Valoda + Lietotnes iestatījumi + Kategorija + Krāsa + Šifrēšana + + + + + + + + diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml index 10fc29aa19..3fdf58db84 100644 --- a/app/src/main/res/values-nb-rNO/strings.xml +++ b/app/src/main/res/values-nb-rNO/strings.xml @@ -338,7 +338,7 @@ Generelt Liste Samtale - Melding + Meldinger Meldingstittel Meldingstekst Vis på startskjermen @@ -666,7 +666,7 @@ Slett varselkanal Legg til kontakt Rediger kontakt - E-post + Epost Navn Lag undermappe Slette alle forkastede meldinger permanent? @@ -761,7 +761,7 @@ Inkluder header-informasjon ved utskrift Vis topptekster Send som vedlegg - Melding + Meldinger Samtale Administrer søkeord Administrer Gmail-etiketter diff --git a/app/src/main/res/values-sq-rAL/strings.xml b/app/src/main/res/values-sq-rAL/strings.xml index 956be27a0b..53c9cd8bf1 100644 --- a/app/src/main/res/values-sq-rAL/strings.xml +++ b/app/src/main/res/values-sq-rAL/strings.xml @@ -50,6 +50,7 @@ Blloko dërguesin Duke dërguar mesazhet %1$d minuta + Rregullimet Rreth Vlerësoni këtë aplikacion Mirësevini @@ -59,6 +60,7 @@ Identitet Ndrysho llogarinë Ndrysho identitet + Rregullimet Ndihmë Llogaritë Identitet @@ -124,26 +126,34 @@ Në rastin e një llogarie korporate, arsimore etj., ju lutemi kontaktoni admini Emri juaj Fjalëkalimi Fjalëkalimi mungon + Sinkronizoni + Email Arkiva Mesazh Biseda Zhvendos Arkiva Përgjigju + Kompozo Gjuha: Dërgo Lista Lexo Zhvendos + Sinkronizoni + Kartelat Mesazhet + Kompozo Arkiva Biseda Arkiva + Kompozo Përgjigju Aktivizo Çaktivizo Llogaritë + Kartelat Lexo Unified inbox diff --git a/app/src/main/res/values-sr-rSP/strings.xml b/app/src/main/res/values-sr-rSP/strings.xml index d8ddd12f2f..9c9ca04e9b 100644 --- a/app/src/main/res/values-sr-rSP/strings.xml +++ b/app/src/main/res/values-sr-rSP/strings.xml @@ -408,6 +408,7 @@ Избриши канал за обавештавање Додај контакт Измени контакт + Електронска пошта Име Направи подфасциклу Заувек обрисати све поруке из отпада? diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 42abc15386..f9032f77a0 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -332,6 +332,11 @@ 選項以頁籤分類,分為幾個部分,以外觀或用途編組,且可被搜尋。 + 你不需要使用大多數選項,且由於部分選項相當專門, + 若一開始不太清楚每個功能的運作方式,也是可以理解的。 + 請不要僅因為選項很多或一時之間無法理解全部功能而留下負評。 + 所有選項對不少人來說都非常實用,但對你來說也許暫時還用不上。 + 您可透過輕觸主設定螢幕上的精靈按鈕來設置帳戶。 主要 接收 @@ -364,6 +369,7 @@ 檢查舊訊息是否已自伺服器移除 用於 Gmail 帳戶的 Gmail 訊息分組式樣 按寄件者和主旨分組郵件 + 同步 Outlook 類別 同步資料夾清單 主動同步文件夾清單 同步分享的資料夾清單 @@ -379,6 +385,7 @@ 自動調整 Keep-Alive 間隔 封鎖清單並不完美,可能會封鎖不只是垃圾郵件! 預設顯示鍵盤 + 在鍵盤上方加入邊距 阻止全螢幕鍵盤 使用姓名與電子郵件地址 建議本地儲存聯絡人 @@ -640,6 +647,7 @@ 移動訊息時重設重要性 自動在延後訊息上添加星號 取消延後提醒時自動移除星號 + 自動將解除延後的訊息標為重要 自動標記已加星號訊息為重要的 移動訊息時取消延後提醒 在舉報垃圾郵件時自動封鎖寄件者 @@ -665,6 +673,7 @@ 來電時即時通知延遲 已連接 Android Auto 時延遲通知 僅顯示通知摘要 + 在通知中顯示主旨 在通知中顯示訊息預覽 預覽所有文字 顯示僅有文字預覽的通知 @@ -694,6 +703,7 @@ 為新訊息通知而暫時開啟螢幕 使用背景服務同步訊息 無狀態列通知的背景服務可隨時被 Android 停止 + 限制新訊息通知音效的播放頻率為每: 開啟超連結前確認 確認檢視檔案 預設移除追蹤參數 @@ -765,6 +775,7 @@ 最小類間差: %1$s %% 當應用規則時顯示過濾器圖示 在重要操作時提供觸覺回饋 + 左右滑動時提供觸覺回饋 語言 系統 以下的雲端服務都不是應用程式的一部分。任何付款都將直接支付給雲端服務,而不是支付給應用程式開發者。 @@ -827,6 +838,7 @@ 這將導致額外的數據傳輸和電量耗損,尤其是裝置上儲存了大量訊息時 此項設定僅會套用至新近接收的訊息而且還可能破壞現有群組 僅在過去 %1$d 小時內收到的訊息 + 由於 Outlook IMAP 伺服器的限制,Outlook 類別僅能擷取,無法自動重新整理 停用此功能會在一定程度上節省數據和電池的用量,但同時也會停用資料夾清單的更新 定期同步資料夾清單 (除了在連接帳戶后) 這將檢查與電子郵件伺服器所執行的相同的 DKIM、SPF 和 DMARC 驗證的結果 @@ -1210,6 +1222,7 @@ 一個或多個篩選器處於活動狀態 消息重複 %1$s 來自 %1$s,已放在垃圾桶的信息 + 已傳送訊息至 %1$s 回覆: %1$s 轉寄: %1$s 回覆: %1$s @@ -1261,6 +1274,7 @@ 訊息 會話 管理關鍵字 + 使用 POP3 時,無法在電子郵件伺服器上儲存關鍵字! 管理 Gmail 標籤 新增關鍵字 顯示行內附件 @@ -2290,7 +2304,7 @@ FairEmail 會顯示一則小訊息提醒你這點,購買專業功能後該訊 僅 PGP 加密 PGP 簽名+加密 僅 S/MIME 簽名 - S/MIME encrypt-only + S/MIME 僅加密 S/MIME 簽名+加密