commit d0b9b5b0ee47f6d6b0d53dc7d365f61bd7f87af0 parent dd5958b17db6c5ac081db03b018798e99b8d2a2b Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 22 Aug 2020 16:55:27 +0200 update: i18n Files Diffstat:
32 files changed, 313 insertions(+), 122 deletions(-)
diff --git a/Makefile.toml b/Makefile.toml @@ -51,7 +51,7 @@ script_runner = "@shell" script = [ ''' cd dist -python -m http.server +python3 -m http.server ''' ] diff --git a/i18n/mo/de/daydream.mo b/i18n/mo/de/daydream.mo Binary files differ. diff --git a/i18n/po/de/daydream.po b/i18n/po/de/daydream.po @@ -1,50 +1,49 @@ msgid "" msgstr "" +"Project-Id-Version: Daydream\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-08-22 14:39+0000\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" -"Project-Id-Version: Daydream\n" -"Language: de\n" + +#. Placeholder text for the roomlist filtering +#: src/app/components/room_list/mod.rs:180 +msgid "Filter Rooms..." +msgstr "Räume filter..." + +#. {0} is the Error that happened on login +#. The error message of the Login page +#: src/app/views/login.rs:157 +msgid "Error: {0}" +msgstr "Fehler: {0}" + +#. The Login Button of the Login page +#: src/app/views/login.rs:178 src/app/views/login.rs:248 +msgid "Login" +msgstr "Anmelden" #. The URL Field of the Login page -#: src/app/views/login.rs:201 src/app/views/login.rs:214 +#: src/app/views/login.rs:198 msgid "Homeserver URL" msgstr "Heimserver Adresse" #. The Matrix ID Field of the Login page -#: src/app/views/login.rs:227 src/app/views/login.rs:239 +#: src/app/views/login.rs:217 msgid "MXID" msgstr "MXID" #. The Password Field of the Login page -#: src/app/views/login.rs:252 src/app/views/login.rs:265 +#: src/app/views/login.rs:236 msgid "Password" msgstr "Passwort" -#. The Login Button of the Login page -#: src/app/views/login.rs:169 src/app/views/login.rs:280 -msgid "Login" -msgstr "Anmelden" - -#. {0} is the Error that happened on login -#. The error message of the Login page -#: src/app/views/login.rs:182 -msgid "Error: {0}" -msgstr "Fehler: {0}" - -#. Placeholder text for the roomlist filtering -#: src/app/components/room_list.rs:161 -msgid "Filter Rooms..." -msgstr "Räume filter..." - -#. Header of the Roomlist -#: src/app/components/room_list.rs:173 -msgid "Rooms" -msgstr "Räume" - #. A warning for encrypted rooms #: src/app/views/main_view.rs:81 msgid "Daydream currently does not support encryption." msgstr "Daydream unterstützt aktuell keine Verschlüsselung" +#~ msgid "Rooms" +#~ msgstr "Räume" diff --git a/i18n/pot/daydream.pot b/i18n/pot/daydream.pot @@ -1,50 +1,54 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE daydream'S COPYRIGHT HOLDER +# This file is distributed under the same license as the daydream package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy msgid "" msgstr "" +"Project-Id-Version: daydream 0.1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: POEditor.com\n" -"Project-Id-Version: Daydream\n" -"Language: en\n" -#. The URL Field of the Login page -#: src/app/views/login.rs:201 src/app/views/login.rs:214 -msgid "Homeserver URL" -msgstr "" - -#. The Matrix ID Field of the Login page -#: src/app/views/login.rs:227 src/app/views/login.rs:239 -msgid "MXID" +#. Placeholder text for the roomlist filtering +#: src/app/components/room_list/mod.rs:180 +msgid "Filter Rooms..." msgstr "" -#. The Password Field of the Login page -#: src/app/views/login.rs:252 src/app/views/login.rs:265 -msgid "Password" +#. {0} is the Error that happened on login +#. The error message of the Login page +#: src/app/views/login.rs:157 +msgid "Error: {0}" msgstr "" #. The Login Button of the Login page -#: src/app/views/login.rs:169 src/app/views/login.rs:280 +#: src/app/views/login.rs:178 src/app/views/login.rs:248 msgid "Login" msgstr "" -#. {0} is the Error that happened on login -#. The error message of the Login page -#: src/app/views/login.rs:182 -msgid "Error: {0}" +#. The URL Field of the Login page +#: src/app/views/login.rs:198 +msgid "Homeserver URL" msgstr "" -#. Placeholder text for the roomlist filtering -#: src/app/components/room_list.rs:161 -msgid "Filter Rooms..." +#. The Matrix ID Field of the Login page +#: src/app/views/login.rs:217 +msgid "MXID" msgstr "" -#. Header of the Roomlist -#: src/app/components/room_list.rs:173 -msgid "Rooms" +#. The Password Field of the Login page +#: src/app/views/login.rs:236 +msgid "Password" msgstr "" #. A warning for encrypted rooms #: src/app/views/main_view.rs:81 msgid "Daydream currently does not support encryption." msgstr "" - diff --git a/i18n/pot/src/app/components/event_list.pot b/i18n/pot/src/app/components/event_list.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/i18n/pot/src/app/components/events/image.pot b/i18n/pot/src/app/components/events/image.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/i18n/pot/src/app/components/events/mod.pot b/i18n/pot/src/app/components/events/mod.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/i18n/pot/src/app/components/events/notice.pot b/i18n/pot/src/app/components/events/notice.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/i18n/pot/src/app/components/events/text.pot b/i18n/pot/src/app/components/events/text.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/i18n/pot/src/app/components/events/video.pot b/i18n/pot/src/app/components/events/video.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/i18n/pot/src/app/components/input.pot b/i18n/pot/src/app/components/input.pot @@ -0,0 +1,18 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE daydream'S COPYRIGHT HOLDER +# This file is distributed under the same license as the daydream package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: daydream 0.1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" diff --git a/i18n/pot/src/app/components/mod.pot b/i18n/pot/src/app/components/mod.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -18,11 +18,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Placeholder text for the roomlist filtering -#: ./src/app/components/room_list.rs:161 +#: ./src/app/components/room_list/mod.rs:180 msgid "Filter Rooms..." msgstr "" - -#. Header of the Roomlist -#: ./src/app/components/room_list.rs:173 -msgid "Rooms" -msgstr "" diff --git a/i18n/pot/src/app/components/raw_html.pot b/i18n/pot/src/app/components/raw_html.pot @@ -0,0 +1,18 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE daydream'S COPYRIGHT HOLDER +# This file is distributed under the same license as the daydream package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: daydream 0.1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" diff --git a/i18n/pot/src/app/components/room_list/item.pot b/i18n/pot/src/app/components/room_list/item.pot @@ -0,0 +1,18 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE daydream'S COPYRIGHT HOLDER +# This file is distributed under the same license as the daydream package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: daydream 0.1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" diff --git a/i18n/pot/src/app/components/room_list/mod.pot b/i18n/pot/src/app/components/room_list/mod.pot @@ -0,0 +1,23 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE daydream'S COPYRIGHT HOLDER +# This file is distributed under the same license as the daydream package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: daydream 0.1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Placeholder text for the roomlist filtering +#: ./src/app/components/room_list/mod.rs:180 +msgid "Filter Rooms..." +msgstr "" diff --git a/i18n/pot/src/app/matrix/login.pot b/i18n/pot/src/app/matrix/login.pot @@ -0,0 +1,18 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE daydream'S COPYRIGHT HOLDER +# This file is distributed under the same license as the daydream package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: daydream 0.1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" diff --git a/i18n/pot/src/app/matrix/mod.pot b/i18n/pot/src/app/matrix/mod.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/i18n/pot/src/app/matrix/sync.pot b/i18n/pot/src/app/matrix/sync.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/i18n/pot/src/app/matrix/types.pot b/i18n/pot/src/app/matrix/types.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/i18n/pot/src/app/mod.pot b/i18n/pot/src/app/mod.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -18,38 +18,33 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Placeholder text for the roomlist filtering -#: ./src/app/components/room_list.rs:161 +#: ./src/app/components/room_list/mod.rs:180 msgid "Filter Rooms..." msgstr "" -#. Header of the Roomlist -#: ./src/app/components/room_list.rs:173 -msgid "Rooms" +#. {0} is the Error that happened on login +#. The error message of the Login page +#: ./src/app/views/login.rs:157 +msgid "Error: {0}" msgstr "" #. The Login Button of the Login page -#: ./src/app/views/login.rs:169 ./src/app/views/login.rs:280 +#: ./src/app/views/login.rs:178 ./src/app/views/login.rs:248 msgid "Login" msgstr "" -#. {0} is the Error that happened on login -#. The error message of the Login page -#: ./src/app/views/login.rs:182 -msgid "Error: {0}" -msgstr "" - #. The URL Field of the Login page -#: ./src/app/views/login.rs:201 ./src/app/views/login.rs:214 +#: ./src/app/views/login.rs:198 msgid "Homeserver URL" msgstr "" #. The Matrix ID Field of the Login page -#: ./src/app/views/login.rs:227 ./src/app/views/login.rs:239 +#: ./src/app/views/login.rs:217 msgid "MXID" msgstr "" #. The Password Field of the Login page -#: ./src/app/views/login.rs:252 ./src/app/views/login.rs:265 +#: ./src/app/views/login.rs:236 msgid "Password" msgstr "" diff --git a/i18n/pot/src/app/views/login.pot b/i18n/pot/src/app/views/login.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,28 +17,28 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#. The Login Button of the Login page -#: ./src/app/views/login.rs:169 ./src/app/views/login.rs:280 -msgid "Login" -msgstr "" - #. {0} is the Error that happened on login #. The error message of the Login page -#: ./src/app/views/login.rs:182 +#: ./src/app/views/login.rs:157 msgid "Error: {0}" msgstr "" +#. The Login Button of the Login page +#: ./src/app/views/login.rs:178 ./src/app/views/login.rs:248 +msgid "Login" +msgstr "" + #. The URL Field of the Login page -#: ./src/app/views/login.rs:201 ./src/app/views/login.rs:214 +#: ./src/app/views/login.rs:198 msgid "Homeserver URL" msgstr "" #. The Matrix ID Field of the Login page -#: ./src/app/views/login.rs:227 ./src/app/views/login.rs:239 +#: ./src/app/views/login.rs:217 msgid "MXID" msgstr "" #. The Password Field of the Login page -#: ./src/app/views/login.rs:252 ./src/app/views/login.rs:265 +#: ./src/app/views/login.rs:236 msgid "Password" msgstr "" diff --git a/i18n/pot/src/app/views/main_view.pot b/i18n/pot/src/app/views/main_view.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/i18n/pot/src/app/views/mod.pot b/i18n/pot/src/app/views/mod.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,29 +17,29 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#. The Login Button of the Login page -#: ./src/app/views/login.rs:169 ./src/app/views/login.rs:280 -msgid "Login" -msgstr "" - #. {0} is the Error that happened on login #. The error message of the Login page -#: ./src/app/views/login.rs:182 +#: ./src/app/views/login.rs:157 msgid "Error: {0}" msgstr "" +#. The Login Button of the Login page +#: ./src/app/views/login.rs:178 ./src/app/views/login.rs:248 +msgid "Login" +msgstr "" + #. The URL Field of the Login page -#: ./src/app/views/login.rs:201 ./src/app/views/login.rs:214 +#: ./src/app/views/login.rs:198 msgid "Homeserver URL" msgstr "" #. The Matrix ID Field of the Login page -#: ./src/app/views/login.rs:227 ./src/app/views/login.rs:239 +#: ./src/app/views/login.rs:217 msgid "MXID" msgstr "" #. The Password Field of the Login page -#: ./src/app/views/login.rs:252 ./src/app/views/login.rs:265 +#: ./src/app/views/login.rs:236 msgid "Password" msgstr "" diff --git a/i18n/pot/src/bin/app.pot b/i18n/pot/src/bin/app.pot @@ -0,0 +1,18 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE daydream'S COPYRIGHT HOLDER +# This file is distributed under the same license as the daydream package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: daydream 0.1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" diff --git a/i18n/pot/src/bin/native_worker.pot b/i18n/pot/src/bin/native_worker.pot @@ -0,0 +1,18 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE daydream'S COPYRIGHT HOLDER +# This file is distributed under the same license as the daydream package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: daydream 0.1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" diff --git a/i18n/pot/src/constants.pot b/i18n/pot/src/constants.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/i18n/pot/src/errors.pot b/i18n/pot/src/errors.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/i18n/pot/src/lib.pot b/i18n/pot/src/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: daydream 0.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-07 12:39+0000\n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -18,38 +18,33 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Placeholder text for the roomlist filtering -#: ./src/app/components/room_list.rs:161 +#: ./src/app/components/room_list/mod.rs:180 msgid "Filter Rooms..." msgstr "" -#. Header of the Roomlist -#: ./src/app/components/room_list.rs:173 -msgid "Rooms" +#. {0} is the Error that happened on login +#. The error message of the Login page +#: ./src/app/views/login.rs:157 +msgid "Error: {0}" msgstr "" #. The Login Button of the Login page -#: ./src/app/views/login.rs:169 ./src/app/views/login.rs:280 +#: ./src/app/views/login.rs:178 ./src/app/views/login.rs:248 msgid "Login" msgstr "" -#. {0} is the Error that happened on login -#. The error message of the Login page -#: ./src/app/views/login.rs:182 -msgid "Error: {0}" -msgstr "" - #. The URL Field of the Login page -#: ./src/app/views/login.rs:201 ./src/app/views/login.rs:214 +#: ./src/app/views/login.rs:198 msgid "Homeserver URL" msgstr "" #. The Matrix ID Field of the Login page -#: ./src/app/views/login.rs:227 ./src/app/views/login.rs:239 +#: ./src/app/views/login.rs:217 msgid "MXID" msgstr "" #. The Password Field of the Login page -#: ./src/app/views/login.rs:252 ./src/app/views/login.rs:265 +#: ./src/app/views/login.rs:236 msgid "Password" msgstr "" diff --git a/i18n/pot/src/utils/mod.pot b/i18n/pot/src/utils/mod.pot @@ -0,0 +1,18 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE daydream'S COPYRIGHT HOLDER +# This file is distributed under the same license as the daydream package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: daydream 0.1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" diff --git a/i18n/pot/src/utils/notifications.pot b/i18n/pot/src/utils/notifications.pot @@ -0,0 +1,18 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE daydream'S COPYRIGHT HOLDER +# This file is distributed under the same license as the daydream package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: daydream 0.1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" diff --git a/i18n/pot/src/utils/ruma.pot b/i18n/pot/src/utils/ruma.pot @@ -0,0 +1,18 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE daydream'S COPYRIGHT HOLDER +# This file is distributed under the same license as the daydream package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: daydream 0.1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" diff --git a/i18n/pot/src/utils/string_utils.pot b/i18n/pot/src/utils/string_utils.pot @@ -0,0 +1,18 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE daydream'S COPYRIGHT HOLDER +# This file is distributed under the same license as the daydream package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: daydream 0.1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-08-22 14:52+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n"