Skip to content

Commit

Permalink
πŸ›πŸ“ [docs] fix direct locale links not working
Browse files Browse the repository at this point in the history
* added empty files ^^
  • Loading branch information
jxn-30 committed Nov 20, 2020
1 parent e0be375 commit c228b46
Show file tree
Hide file tree
Showing 16 changed files with 218 additions and 6 deletions.
13 changes: 13 additions & 0 deletions docs/cs_CZ/bugs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Known Bugs πŸ›
lang: cs_CZ
sidebarDepth: 2
---

# Known Bugs :bug:

**Currently there are no known bugs :tada:**

:::warning actuality
We do our best to keep this page up to date. Please note, however, that unfortunately this is not always possible. Some of the reported bugs can also be found in our [Github Issues](https://github.com/LSS-Manager/LSSM-V.4/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
:::
82 changes: 82 additions & 0 deletions docs/cs_CZ/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
---
title: FAQ ❓
lang: cs_CZ
sidebarDepth: 3
---

# FAQ ❓

### What does LSS Manager cost?
LSS-Manager is a free offer - we do not intend to change this.

::: warning donations
There are a few nice users who would like to donate money to us. But: The LSS-Manager is and remains free of charge. Also we will not accept any donations for this project.

This has several reasons:

* This project is developed on a voluntary basis in the spare time of the participating developers
* A subscription variant, similar to the Premium in the game would put too much pressure on us personally to continue programming beyond our desire.
* For legal reasons we cannot accept donations:
* If we would found a company for LSS Manager so that we could receive donations, this would have no future, because a company without expenses cannot be a company.
* If we would run the servers, which are currently running LSS Manager, through a company, they would immediately eat up the income.

Therefore, besides the idea of voluntariness, it makes no sense for us to take money for the LSS-Manager.
:::

### How can I contribute to LSS Manager?
The "normal" user can [report bugs][error] or [make suggestions][suggestions].

We are currently designing a style guide for developers, so that they too can easily add their own plugins to LSSM. We also tried to keep our code structure clear and understandable. However, adding a plugin does not in any way imply joining the team.

### How do I report bugs?
Please have a look at our [report bugs][error] page.

### Where can I get help?
Through our support. You can find more information [here][support].

### How can I submit ideas?
On the [suggestions][suggestions] page we have put together some information about it.

### In which browsers does LSS Manager work?
Only desktop browsers are listed here, as mobile browsers are not officially supported.
This table is not necessarily correct yet and will be updated when new information is available!

Since we want to keep the latest coding standards throughout, a modern and up-to-date browser is necessary and recommended - if only for security reasons, even outside the game.

::: warning compatibility
A compatibility listed here does not guarantee functionality. This is only information collected and evaluated by third parties.
:::

<table>
<thead>
<tr>
<th>Browser</th>
<th>min. version</th>
<th>Download</th>
</tr>
</thead>
<tbody>
<tr v-for="({supported, download}, browser) in $themeConfig.variables.browsers">
<td>{{ browser.replace(/^./, $1 => $1.toUpperCase()) }}</td>
<td>{{ supported }}</td>
<td><a :href="download" target="_blank">Download</a></td>
</tr>
</tbody>
</table>

::: danger Internet Explorer and Microsoft Edge
These two browsers can be described as the "problem children" of a modern web developer. There are some functions that do not work in them, or require additional code.

We don't see the point of doing this everywhere and officially **do not** support these two browsers.
:::

### I want to share my setup with friends or use it on multiple devices. Is that possible?
Currently it is not possible, but we are working on it.

### Is there a way to save settings account bound so that you don't have to import them on another device?
Currently we do not offer this, but an implementation of this feature is planned.


[support]: support.md
[error]: error_report.md
[suggestions]: suggestions.md
13 changes: 13 additions & 0 deletions docs/cs_CZ/metadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Metadata
lang: cs_CZ
sidebarDepth: 2
---

# Collection of user metadata

By using the `LSSM` (Leitstellenspiel Manager, extension for the browser) the user accepts that metadata is collected. The following data is stored: `User ID`, `User Name`, `Amount of buildings`, `Currently used Browser`, `Last Call of Script`, `Activated Modules`, `Which local version of the game`, `Which map type is used` & `LSSM Version`.

This data is used to improve the extension as well as a clue for the development of existing or future modules.

**The user can revoke collection of this data at any time by sending a message to one of the developers** All data already collected from the user will be deleted & will not be transferred in the future.
35 changes: 35 additions & 0 deletions docs/cs_CZ/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Support πŸ‘¨β€πŸ’»
lang: cs_CZ
sidebarDepth: 2
---

# Support πŸ‘¨β€πŸ’»

## Guideline
A little aid, which should help you to create a support request.

::: tip
If you need assistance, describe your problem as precisely as possible. The better and more detailed you describe your problem, the faster and better we can help you.
:::
::: warning
Please note that we do not officially support older browsers, mobile browsers and Microsoft Edge or Internet Explorer. Support for these browsers is therefore neither guaranteed nor likely.
:::

### 1. Formulate problem
First describe your problem. Include any information that could be important. Also explain what you have already tried.

### 2. Specify user data
Please provide us your username or userId. It is also useful to name the activated modules.

### 3. Report problem
Now you can send us your formulated problem with user data. Use one of the options listed below.

## via Discord
On our <a :href="$themeConfig.variables.discord" target="_blank">Discord</a> you can get support in the channel <a :href="$themeConfig.variables.discord_support" target="_blank">`#support`</a>.

## on GitHub
You may also open an issue on <a :href="$themeConfig.variables.github + '/issues'" target="_blank">GitHub</a>. Please check here if an issue for this problem already exists and then follow it up.

## New: Support directly in the game
In order to provide you with even faster and easier support, we have integrated our own support chat. You can access it via LSSM menu in the game. We will do our best to help you as quickly and efficiently as possible, but again, the more detailed you describe your problem from the beginning, the better we can help you!
4 changes: 4 additions & 0 deletions docs/de_DE/bugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ sidebarDepth: 2
# Bekannte Bugs :bug:

**Aktuell gibt es keine bekannten Bugs :tada:**

:::warning AktualitΓ€t
Wir geben unser bestes, diese Seite aktuell zu halten. Bedenke jedoch, dass das leider nicht immer mΓΆglich ist. Einen Teil der gemeldeten Bugs findest du auch in unseren [Github Issues](https://github.com/LSS-Manager/LSSM-V.4/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
:::
13 changes: 13 additions & 0 deletions docs/en_GB/bugs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Known Bugs πŸ›
lang: en_GB
sidebarDepth: 2
---

# Known Bugs :bug:

**Currently there are no known bugs :tada:**

:::warning actuality
We do our best to keep this page up to date. Please note, however, that unfortunately this is not always possible. Some of the reported bugs can also be found in our [Github Issues](https://github.com/LSS-Manager/LSSM-V.4/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
:::
2 changes: 1 addition & 1 deletion docs/en_GB/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ Imagine how long a fault in LSSM would last if no one reported it - we would cer
### Every single user
Each user always gives us the motivation to keep going and to expand and improve LSSM more and more.

[license]: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.de
[license]: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en
13 changes: 13 additions & 0 deletions docs/en_US/bugs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Known Bugs πŸ›
lang: en_US
sidebarDepth: 2
---

# Known Bugs :bug:

**Currently there are no known bugs :tada:**

:::warning actuality
We do our best to keep this page up to date. Please note, however, that unfortunately this is not always possible. Some of the reported bugs can also be found in our [Github Issues](https://github.com/LSS-Manager/LSSM-V.4/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
:::
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/en_US/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ Thank you also for suggestions that keep coming in. The development of LSSM is s
### To every single user
Each user always gives us the motivation to keep going and to expand and improve LSSM more and more.

[license]: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.de
[license]: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en
13 changes: 13 additions & 0 deletions docs/it_IT/bugs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Known Bugs πŸ›
lang: it_IT
sidebarDepth: 2
---

# Known Bugs :bug:

**Currently there are no known bugs :tada:**

:::warning actuality
We do our best to keep this page up to date. Please note, however, that unfortunately this is not always possible. Some of the reported bugs can also be found in our [Github Issues](https://github.com/LSS-Manager/LSSM-V.4/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
:::
2 changes: 1 addition & 1 deletion docs/it_IT/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ Immaginate per quanto tempo un problema in LSSM potrebbe durare se nessuno lo se
### Ogni singolo utente
Ogni utente ci dΓ  sempre la motivazione per andare avanti ed espandere e migliorare LSSM sempre di piΓΉ.

[license]: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.de
[license]: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.it
13 changes: 13 additions & 0 deletions docs/nb_NO/bugs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Known Bugs πŸ›
lang: nb_NO
sidebarDepth: 2
---

# Known Bugs :bug:

**Currently there are no known bugs :tada:**

:::warning actuality
We do our best to keep this page up to date. Please note, however, that unfortunately this is not always possible. Some of the reported bugs can also be found in our [Github Issues](https://github.com/LSS-Manager/LSSM-V.4/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
:::
4 changes: 2 additions & 2 deletions docs/nb_NO/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebarDepth: 2
on this page we would like to give you other information about the LSSM.

## Lisens
[! [] (https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc-sa.eu.svg)] [license]
[![](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc-sa.eu.svg)][license]


LSS Manager er lisensert under [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)][license].
Expand Down Expand Up @@ -64,4 +64,4 @@ Tenk deg hvor lenge en feil i LSSM ville vare hvis ingen rapporterte det - vi vi
### Hver enkelt bruker
Hver bruker gir oss alltid motivasjonen til Γ₯ fortsette og utvide og forbedre LSSM mer og mer.

[license]: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.de
[license]: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.no
13 changes: 13 additions & 0 deletions docs/nl_NL/bugs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Known Bugs πŸ›
lang: nl_NL
sidebarDepth: 2
---

# Known Bugs :bug:

**Currently there are no known bugs :tada:**

:::warning actuality
We do our best to keep this page up to date. Please note, however, that unfortunately this is not always possible. Some of the reported bugs can also be found in our [Github Issues](https://github.com/LSS-Manager/LSSM-V.4/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
:::
2 changes: 1 addition & 1 deletion docs/nl_NL/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ Stel je voor hoe lang een storing in LSSM zou duren als niemand het zou melden -
### Elke gebruiker
Elke gebruiker geeft ons altijd de motivatie om door te gaan en LSSM steeds meer uit te breiden en te verbeteren.

[Licentie]: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.de
[Licentie]: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.nl

0 comments on commit c228b46

Please sign in to comment.