Browse Source

Added multi lingual string of free account on TV

Khubaib 6 tháng trước cách đây
mục cha
commit
bd6c3a9eb2

+ 1 - 0
app/src/main/res/values-de/strings.xml

@@ -120,5 +120,6 @@
     <string name="p2p">P2P</string>
     <string name="countries">Länder</string>
     <string name="locations_cap">Standorte</string>
+    <string name="free_account">Sie verwenden ein kostenloses Konto. Sie haben kein Abonnement bei uns.</string>
 
 </resources>

+ 1 - 0
app/src/main/res/values-es/strings.xml

@@ -123,5 +123,6 @@
     <string name="p2p">P2P</string>
     <string name="countries">Países</string>
     <string name="locations_cap">Ubicaciones</string>
+    <string name="free_account">Sie verwenden ein kostenloses Konto. Sie haben kein Abonnement bei uns.</string>
 
 </resources>

+ 1 - 0
app/src/main/res/values-fr/strings.xml

@@ -122,5 +122,6 @@
     <string name="p2p">P2P</string>
     <string name="countries">Pays</string>
     <string name="locations_cap">Emplacements</string>
+    <string name="free_account">Vous pouvez utiliser un compte gratuit. Sie haben kein Abonnement bei uns.</string>
 
 </resources>

+ 1 - 0
app/src/main/res/values-it/strings.xml

@@ -122,5 +122,6 @@
     <string name="p2p">P2P</string>
     <string name="countries">Paesi</string>
     <string name="locations_cap">Posizioni</string>
+    <string name="free_account">Utilizza un conto a costo zero. Non hai avuto alcun abbonamento a noi.</string>
 
 </resources>

+ 1 - 0
app/src/main/res/values-ja/strings.xml

@@ -123,5 +123,6 @@
     <string name="p2p">P2P</string>
     <string name="countries">国</string>
     <string name="locations_cap">ロケーション</string>
+    <string name="free_account">無料アカウントを使用しています。弊社とのサブスクリプションがありません。</string>
 
 </resources>

+ 1 - 0
app/src/main/res/values-nl/strings.xml

@@ -123,5 +123,6 @@
     <string name="p2p">P2P</string>
     <string name="countries">Landen</string>
     <string name="locations_cap">Locaties</string>
+    <string name="free_account">Je gebruikt een gratis account. U heeft geen abonnement bij ons.</string>
 
 </resources>

+ 1 - 0
app/src/main/res/values-pl/strings.xml

@@ -123,5 +123,6 @@
     <string name="p2p">P2P</string>
     <string name="countries">Kraje</string>
     <string name="locations_cap">Lokalizacje</string>
+    <string name="free_account">Korzystasz z darmowego konta. Nie masz u nas żadnej subskrypcji.</string>
 
 </resources>

+ 1 - 0
app/src/main/res/values-pt/strings.xml

@@ -123,5 +123,6 @@
     <string name="p2p">P2P</string>
     <string name="countries">Países</string>
     <string name="locations_cap">Locais</string>
+    <string name="free_account">Você está usando uma conta gratuita. Você não tem nenhuma assinatura conosco.</string>
 
 </resources>

+ 1 - 0
app/src/main/res/values-ru/strings.xml

@@ -123,5 +123,6 @@
     <string name="p2p">P2P</string>
     <string name="countries">Страны</string>
     <string name="locations_cap">Местоположения</string>
+    <string name="free_account">Вы используете бесплатную учетную запись. У вас нет подписки на нас.</string>
 
 </resources>

+ 1 - 0
app/src/main/res/values-sv/strings.xml

@@ -123,5 +123,6 @@
     <string name="p2p">P2P</string>
     <string name="countries">Länder</string>
     <string name="locations_cap">Platser</string>
+    <string name="free_account">Du använder ett gratiskonto. Du har inget abonnemang hos oss.</string>
 
 </resources>

+ 1 - 0
app/src/main/res/values-tr/strings.xml

@@ -123,5 +123,6 @@
     <string name="p2p">P2P</string>
     <string name="countries">Ülkeler</string>
     <string name="locations_cap">Konumlar</string>
+    <string name="free_account">Ücretsiz bir hesap kullanıyorsunuz. Bizimle herhangi bir aboneliğiniz yok.</string>
 
 </resources>

+ 1 - 0
app/src/main/res/values-zh-rCN/strings.xml

@@ -123,5 +123,6 @@
     <string name="p2p">P2P</string>
     <string name="countries">国家</string>
     <string name="locations_cap">位置</string>
+    <string name="free_account">您正在使用免费帐户。您没有向我们订阅任何内容。</string>
 
 </resources>

+ 1 - 0
app/src/main/res/values/strings.xml

@@ -625,5 +625,6 @@
     <string name="p2p">P2P</string>
     <string name="countries">Countries</string>
     <string name="locations_cap">Locations</string>
+    <string name="free_account">You are using a free account. You don\'t have any subscription with us.</string>
 
 </resources>