Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSXC bot <bot@jsxc.org>2021-08-27 08:59:48 +0300
committerJSXC bot <bot@jsxc.org>2021-08-27 08:59:48 +0300
commit6a364c35a9146640378061c2e4172ee672343049 (patch)
tree63e4e17a35f765ce489915a3d49045de44db4505 /locales
parent5e8773c32f2fc52b1557e6d4d94efbf4ad81e83d (diff)
chore: update locales
Diffstat (limited to 'locales')
-rw-r--r--locales/ar.json4
-rw-r--r--locales/bg.json4
-rw-r--r--locales/bn-BD.json4
-rw-r--r--locales/cs.json4
-rw-r--r--locales/de.json4
-rw-r--r--locales/el.json4
-rw-r--r--locales/en.json4
-rw-r--r--locales/es.json4
-rw-r--r--locales/fi.json4
-rw-r--r--locales/fr.json4
-rw-r--r--locales/hu-HU.json4
-rw-r--r--locales/it.json4
-rw-r--r--locales/ja.json4
-rw-r--r--locales/nl-NL.json4
-rw-r--r--locales/pl.json4
-rw-r--r--locales/pt-BR.json4
-rw-r--r--locales/ro.json4
-rw-r--r--locales/ru.json4
-rw-r--r--locales/sk.json4
-rw-r--r--locales/sq.json4
-rw-r--r--locales/sv-SE.json4
-rw-r--r--locales/th.json4
-rw-r--r--locales/tr-TR.json4
-rw-r--r--locales/uk-UA.json4
-rw-r--r--locales/vi-VN.json4
-rw-r--r--locales/zh-TW.json4
-rw-r--r--locales/zh.json4
27 files changed, 81 insertions, 27 deletions
diff --git a/locales/ar.json b/locales/ar.json
index fef40ad5..43026432 100644
--- a/locales/ar.json
+++ b/locales/ar.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/bg.json b/locales/bg.json
index e45653ea..8d5ca476 100644
--- a/locales/bg.json
+++ b/locales/bg.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/bn-BD.json b/locales/bn-BD.json
index ffbd90dd..24f76cfd 100644
--- a/locales/bn-BD.json
+++ b/locales/bn-BD.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/cs.json b/locales/cs.json
index 811bf73f..3c31e5ac 100644
--- a/locales/cs.json
+++ b/locales/cs.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/de.json b/locales/de.json
index cd109823..00f9b745 100644
--- a/locales/de.json
+++ b/locales/de.json
@@ -437,7 +437,9 @@
"Occupants": "Teilnehmer",
"Occupants_not_provided": "Keine Teilnehmer in diesem Raum, oder die Teilnehmerliste ist privat.",
"Edit_avatar": "Bearbeite Profilfoto",
- "message_not_delivered": "Nachricht nicht zugestellt"
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": "Nachricht nicht zugestellt",
+ "User_media_not_readable": null
},
"Notifications": "Benachrichtigungen"
} \ No newline at end of file
diff --git a/locales/el.json b/locales/el.json
index e3c0dc36..3b469b7b 100644
--- a/locales/el.json
+++ b/locales/el.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": "Ειδοποιήσεις"
} \ No newline at end of file
diff --git a/locales/en.json b/locales/en.json
index 45a8d6b2..ebba0b08 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -437,7 +437,9 @@
"Occupants": "Occupants",
"Occupants_not_provided": "No occupants in the room or the list is kept private.",
"Edit_avatar": "Edit avatar",
- "message_not_delivered": "Message not delivered"
+ "Every_member_can_see_your_full_JID": "Every member can see your full JID",
+ "message_not_delivered": "Message not delivered",
+ "User_media_not_readable": "User media not readable. Is your device used by another application?"
},
"Notifications": "Notifications"
} \ No newline at end of file
diff --git a/locales/es.json b/locales/es.json
index bd773134..b19171c1 100644
--- a/locales/es.json
+++ b/locales/es.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/fi.json b/locales/fi.json
index ffbd90dd..24f76cfd 100644
--- a/locales/fi.json
+++ b/locales/fi.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/fr.json b/locales/fr.json
index 5e7db26b..1b9d8c1f 100644
--- a/locales/fr.json
+++ b/locales/fr.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/hu-HU.json b/locales/hu-HU.json
index f5b19423..17c9cce5 100644
--- a/locales/hu-HU.json
+++ b/locales/hu-HU.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/it.json b/locales/it.json
index a8605180..07389cd3 100644
--- a/locales/it.json
+++ b/locales/it.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/ja.json b/locales/ja.json
index 49bce057..8fffd6a3 100644
--- a/locales/ja.json
+++ b/locales/ja.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/nl-NL.json b/locales/nl-NL.json
index 41ea7118..9d1f7cab 100644
--- a/locales/nl-NL.json
+++ b/locales/nl-NL.json
@@ -437,7 +437,9 @@
"Occupants": "Deelnemers",
"Occupants_not_provided": "Er zijn geen deelnemers in de kamer of de lijst wordt privé gehouden.",
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": "Notificatie"
} \ No newline at end of file
diff --git a/locales/pl.json b/locales/pl.json
index 5040bf07..8f3451c1 100644
--- a/locales/pl.json
+++ b/locales/pl.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/pt-BR.json b/locales/pt-BR.json
index 5e6cce03..30abae8d 100644
--- a/locales/pt-BR.json
+++ b/locales/pt-BR.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": "Editar o avatar",
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": "Notificações"
} \ No newline at end of file
diff --git a/locales/ro.json b/locales/ro.json
index 09d98cab..cd5f6a70 100644
--- a/locales/ro.json
+++ b/locales/ro.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/ru.json b/locales/ru.json
index 6da78af6..81028466 100644
--- a/locales/ru.json
+++ b/locales/ru.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/sk.json b/locales/sk.json
index f84abb3e..4cd8ca88 100644
--- a/locales/sk.json
+++ b/locales/sk.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/sq.json b/locales/sq.json
index beef39f4..26c91782 100644
--- a/locales/sq.json
+++ b/locales/sq.json
@@ -437,7 +437,9 @@
"Occupants": "Pjesëmarrës",
"Occupants_not_provided": "S’ka pjesëmarrës te dhoma ose lista është mbajtur private.",
"Edit_avatar": "Përpunoni avatar",
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": "Çdo anëtar mund të shohë JID-në tuaj të plotë",
+ "message_not_delivered": "Mesazhi s’u dërgua",
+ "User_media_not_readable": "Media përdoruesi e palexueshme. Mos po përdoret pajisja juaj nga ndonjë aplikacion tjetër?"
},
"Notifications": "Njoftime"
} \ No newline at end of file
diff --git a/locales/sv-SE.json b/locales/sv-SE.json
index 2ba31e90..8a04b0fd 100644
--- a/locales/sv-SE.json
+++ b/locales/sv-SE.json
@@ -437,7 +437,9 @@
"Occupants": "Personer",
"Occupants_not_provided": "Inga personer i rummet eller listan hålls privata.",
"Edit_avatar": "Uppdatera avatar",
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": "Alla medlemmar kan se din JID",
+ "message_not_delivered": null,
+ "User_media_not_readable": "Media kan inte läsas. Används din enhet av ett annat program?"
},
"Notifications": "Notiser"
} \ No newline at end of file
diff --git a/locales/th.json b/locales/th.json
index c5917404..b0b4918a 100644
--- a/locales/th.json
+++ b/locales/th.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/tr-TR.json b/locales/tr-TR.json
index b0107092..374c2b92 100644
--- a/locales/tr-TR.json
+++ b/locales/tr-TR.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/uk-UA.json b/locales/uk-UA.json
index 0045ec09..53cc7fce 100644
--- a/locales/uk-UA.json
+++ b/locales/uk-UA.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": "Сповіщення"
} \ No newline at end of file
diff --git a/locales/vi-VN.json b/locales/vi-VN.json
index 61046e50..781772ff 100644
--- a/locales/vi-VN.json
+++ b/locales/vi-VN.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/zh-TW.json b/locales/zh-TW.json
index f454840f..c4e74eb8 100644
--- a/locales/zh-TW.json
+++ b/locales/zh-TW.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file
diff --git a/locales/zh.json b/locales/zh.json
index ef2645be..1b10ee40 100644
--- a/locales/zh.json
+++ b/locales/zh.json
@@ -437,7 +437,9 @@
"Occupants": null,
"Occupants_not_provided": null,
"Edit_avatar": null,
- "message_not_delivered": null
+ "Every_member_can_see_your_full_JID": null,
+ "message_not_delivered": null,
+ "User_media_not_readable": null
},
"Notifications": null
} \ No newline at end of file