Skip to content

Commit

Permalink
chore: new translations (#3285)
Browse files Browse the repository at this point in the history
* chore: new translations for Portuguese, Brazilian

* chore: new translations for Slovenian

* chore: new translations for French

* chore: new translations for Romanian

* chore: new translations for Spanish

* chore: new translations for Afrikaans

* chore: new translations for German

* chore: new translations for Greek

* chore: new translations for Finnish

* chore: new translations for Hungarian

* chore: new translations for Italian

* chore: new translations for Dutch

* chore: new translations for Portuguese

* chore: new translations for Russian

* chore: new translations for Slovak

* chore: new translations for Swedish

* chore: new translations for Ukrainian

* chore: new translations for Chinese Simplified

* chore: new translations for Tamil

* chore: new translations for Estonian

* chore: new translations for Tagalog

* chore: new translations for Malagasy

* chore: new translations for Swahili

* chore: new translations for Amharic

* chore: new translations for Ilokano

* chore: new translations for Nigerian Pidgin

* chore: new translations for Romany (Southern Greece)

* chore: new translations for Pangasinan
  • Loading branch information
sircharlo authored Nov 13, 2024
1 parent 18c3311 commit 936f75f
Show file tree
Hide file tree
Showing 28 changed files with 1,375 additions and 171 deletions.
55 changes: 49 additions & 6 deletions docs/src/af/using-at-a-kingdom-hall.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,40 @@ This guide will walk you through the process of downloading, installing, and set
4. Launch M³.
5. Go through the configuration wizard.

### Additional steps for macOS Users {#additional-steps-for-macos-users}
### macOS only: Additional installation steps {#additional-steps-for-macos-users}

Due to Apple's security measures, a few additional steps are required to run M³ on modern macOS systems.
:::warning Warning

This section only applies to macOS users.

:::

First, run the following two commands in Terminal (modify the path to M³ as needed):
Due to Apple's security measures, a few additional steps are required to run the installed M³ app on modern macOS systems.

Run the following two commands in Terminal, modifying the path to M³ as needed:

```bash
codesign --force --deep --sign - "/Applications/Meeting Media Manager.app"
sudo xattr -r -d com.apple.quarantine "/Applications/Meeting Media Manager.app"
```

:::tip Explanation
:::warning Warning

As a macOS user, you will need to follow these steps every time you install or update M³.

These commands do two things that will prevent M³ from being detected as a malicious application on your system: the first one signs the application's code locally, and the second one removes the quarantine flag from the application. The quarantine flag is used to warn users about applications that have been downloaded from the internet.
:::

:::info Explanation

The first command _signs the application's code_. This is required to prevent M³ from being detected as a malicious application from an unknown developer.

The second command _removes the quarantine flag_ from the application. The quarantine flag is used to warn users about potentially malicious applications that have been downloaded from the internet.

:::

If you are still unable to launch M³ after entering the two commands, please try the following:
#### Alternative method {#alternative-method-for-macos-users}

If you are still unable to launch M³ after entering the two commands from the previous section, please try the following:

1. Open the macOS system **Privacy & Security** settings.
2. Find the entry for M³ and click the button to **Open Anyway**.
Expand All @@ -45,6 +61,33 @@ If you are still unable to launch M³ after entering the two commands, please tr

If you still have issues after following all these steps, please [open an issue on GitHub](https://github.com/sircharlo/meeting-media-manager/issues/new). We will do our best to help.

### macOS only: Re-enabling website presentation after updates {#screen-sharing-issues}

:::warning Warning

This section only applies to macOS users.

:::

Some macOS users have reported that website presentation no longer works after installing updates to M³.

If the media window is black when presenting the website after updating M³, try the following steps:

1. Open the macOS system **Privacy & Security** settings.
2. Go to **Screen Recording**.
3. Select M³ in the list.
4. Click the `-` (minus) button to remove it.
5. Click the `+` (plus) button and select M³ from the Applications folder.
6. You may be prompted to relaunch M³ to apply the change.

After these steps, screen sharing should function as expected once again.

:::tip Tip

These steps are optional and can be skipped if you do not plan to use the website presentation feature. On the other hand, if you do plan to use the website presentation feature, it is recommended to follow these steps after every update to ensure the feature works as expected.

:::

## 2. Configuration wizard {#configuration-wizard}

### App display language {#app-display-language}
Expand Down
55 changes: 49 additions & 6 deletions docs/src/am/using-at-a-kingdom-hall.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,40 @@ This guide will walk you through the process of downloading, installing, and set
4. Launch M³.
5. Go through the configuration wizard.

### Additional steps for macOS Users {#additional-steps-for-macos-users}
### macOS only: Additional installation steps {#additional-steps-for-macos-users}

Due to Apple's security measures, a few additional steps are required to run M³ on modern macOS systems.
:::warning Warning

This section only applies to macOS users.

:::

First, run the following two commands in Terminal (modify the path to M³ as needed):
Due to Apple's security measures, a few additional steps are required to run the installed M³ app on modern macOS systems.

Run the following two commands in Terminal, modifying the path to M³ as needed:

```bash
codesign --force --deep --sign - "/Applications/Meeting Media Manager.app"
sudo xattr -r -d com.apple.quarantine "/Applications/Meeting Media Manager.app"
```

:::tip Explanation
:::warning Warning

As a macOS user, you will need to follow these steps every time you install or update M³.

These commands do two things that will prevent M³ from being detected as a malicious application on your system: the first one signs the application's code locally, and the second one removes the quarantine flag from the application. The quarantine flag is used to warn users about applications that have been downloaded from the internet.
:::

:::info Explanation

The first command _signs the application's code_. This is required to prevent M³ from being detected as a malicious application from an unknown developer.

The second command _removes the quarantine flag_ from the application. The quarantine flag is used to warn users about potentially malicious applications that have been downloaded from the internet.

:::

If you are still unable to launch M³ after entering the two commands, please try the following:
#### Alternative method {#alternative-method-for-macos-users}

If you are still unable to launch M³ after entering the two commands from the previous section, please try the following:

1. Open the macOS system **Privacy & Security** settings.
2. Find the entry for M³ and click the button to **Open Anyway**.
Expand All @@ -45,6 +61,33 @@ If you are still unable to launch M³ after entering the two commands, please tr

If you still have issues after following all these steps, please [open an issue on GitHub](https://github.com/sircharlo/meeting-media-manager/issues/new). We will do our best to help.

### macOS only: Re-enabling website presentation after updates {#screen-sharing-issues}

:::warning Warning

This section only applies to macOS users.

:::

Some macOS users have reported that website presentation no longer works after installing updates to M³.

If the media window is black when presenting the website after updating M³, try the following steps:

1. Open the macOS system **Privacy & Security** settings.
2. Go to **Screen Recording**.
3. Select M³ in the list.
4. Click the `-` (minus) button to remove it.
5. Click the `+` (plus) button and select M³ from the Applications folder.
6. You may be prompted to relaunch M³ to apply the change.

After these steps, screen sharing should function as expected once again.

:::tip Tip

These steps are optional and can be skipped if you do not plan to use the website presentation feature. On the other hand, if you do plan to use the website presentation feature, it is recommended to follow these steps after every update to ensure the feature works as expected.

:::

## 2. Configuration wizard {#configuration-wizard}

### App display language {#app-display-language}
Expand Down
59 changes: 51 additions & 8 deletions docs/src/cmn-hans/using-at-a-kingdom-hall.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,40 @@
4. 启动 M³。
5. 通过配置向导。

### macOS 用户的附加步骤 {#additional-steps-for-macos-users}
### macOS only: Additional installation steps {#additional-steps-for-macos-users}

由于苹果的安全措施,还需要采取一些其他步骤来在近期macOS系统上运行M3。
:::warning 小贴士

This section only applies to macOS users.

:::

首先,在终端中运行以下两个命令(按照需要,修改M3的路径):
Due to Apple's security measures, a few additional steps are required to run the installed M³ app on modern macOS systems.

Run the following two commands in Terminal, modifying the path to M³ as needed:

```bash
codesign --force --deep --sign - "/Applications/Meeting Media Manager.app"
sudo xattr -r -d com.apple.quarantine "/Applications/Meeting Media Manager.app"
```

:::tip 说明
:::warning 提示

As a macOS user, you will need to follow these steps every time you install or update M³.

:::

:::info 说明

这些命令做了两件事,防止您的系统被检测到 M3 作为恶意应用程序:第一个命令在本地标记应用程序的代码。 第二种办法取消了申请中的检疫标志。 检疫标志用来警告用户已经从因特网下载过的应用程序。
The first command _signs the application's code_. This is required to prevent M³ from being detected as a malicious application from an unknown developer.

The second command _removes the quarantine flag_ from the application. The quarantine flag is used to warn users about potentially malicious applications that have been downloaded from the internet.

:::

如果您在进入两个命令后仍然无法启动 M3,请尝试以下操作:
#### Alternative method {#alternative-method-for-macos-users}

If you are still unable to launch M³ after entering the two commands from the previous section, please try the following:

1. 打开 macOS 系统 **隐私与安全** 设置。
2. 查找M3的条目,然后点击按钮**随时打开**
Expand All @@ -45,6 +61,33 @@ sudo xattr -r -d com.apple.quarantine "/Applications/Meeting Media Manager.app"

如果您在关注所有这些步骤后仍然有问题,请[在GitHub上打开一个问题](https://github.com/sircharlo/meeting-media-manager/issues/new)。 我们会尽力提供帮助。

### macOS only: Re-enabling website presentation after updates {#screen-sharing-issues}

:::warning 提示

This section only applies to macOS users.

:::

Some macOS users have reported that website presentation no longer works after installing updates to M³.

If the media window is black when presenting the website after updating M³, try the following steps:

1. 打开 macOS 系统 **隐私与安全** 设置。
2. Go to **Screen Recording**.
3. Select M³ in the list.
4. Click the `-` (minus) button to remove it.
5. Click the `+` (plus) button and select M³ from the Applications folder.
6. You may be prompted to relaunch M³ to apply the change.

After these steps, screen sharing should function as expected once again.

:::tip 小贴士

These steps are optional and can be skipped if you do not plan to use the website presentation feature. On the other hand, if you do plan to use the website presentation feature, it is recommended to follow these steps after every update to ensure the feature works as expected.

:::

## 2. 配置向导 {#configuration-wizard}

### 应用显示语言 {#app-display-language}
Expand All @@ -61,11 +104,11 @@ sudo xattr -r -d com.apple.quarantine "/Applications/Meeting Media Manager.app"

下一步是选择一个 **配置类型**。 在王国聚会所中定期设置,请选择**常规**。 这将配置许多常用于会众聚会的特征。

:::warning 小贴士
:::warning 提示

只有当您创建的配置不需要自动下载任何媒体内容时,您才应该选择**其他**。 在此配置中,媒体内容需要手动导入才能使用。 这种类型的配置主要用于在学校、分区及区域大会和其他特殊活动中使用M³。

**其他**配置类型很少使用。 **在会众聚会期间正常使用时,请选择*常规***
**其他**配置类型很少使用。 **在会众聚会期间正常使用时,请选择_常规_**

:::

Expand Down
55 changes: 49 additions & 6 deletions docs/src/de/using-at-a-kingdom-hall.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,40 @@ This guide will walk you through the process of downloading, installing, and set
4. Launch M³.
5. Go through the configuration wizard.

### Additional steps for macOS Users {#additional-steps-for-macos-users}
### macOS only: Additional installation steps {#additional-steps-for-macos-users}

Due to Apple's security measures, a few additional steps are required to run M³ on modern macOS systems.
:::warning Warnung

This section only applies to macOS users.

:::

First, run the following two commands in Terminal (modify the path to M³ as needed):
Due to Apple's security measures, a few additional steps are required to run the installed M³ app on modern macOS systems.

Run the following two commands in Terminal, modifying the path to M³ as needed:

```bash
codesign --force --deep --sign - "/Applications/Meeting Media Manager.app"
sudo xattr -r -d com.apple.quarantine "/Applications/Meeting Media Manager.app"
```

:::tip Explanation
:::warning Warnung

As a macOS user, you will need to follow these steps every time you install or update M³.

These commands do two things that will prevent M³ from being detected as a malicious application on your system: the first one signs the application's code locally, and the second one removes the quarantine flag from the application. The quarantine flag is used to warn users about applications that have been downloaded from the internet.
:::

:::info Explanation

The first command _signs the application's code_. This is required to prevent M³ from being detected as a malicious application from an unknown developer.

The second command _removes the quarantine flag_ from the application. The quarantine flag is used to warn users about potentially malicious applications that have been downloaded from the internet.

:::

If you are still unable to launch M³ after entering the two commands, please try the following:
#### Alternative method {#alternative-method-for-macos-users}

If you are still unable to launch M³ after entering the two commands from the previous section, please try the following:

1. Open the macOS system **Privacy & Security** settings.
2. Find the entry for M³ and click the button to **Open Anyway**.
Expand All @@ -45,6 +61,33 @@ If you are still unable to launch M³ after entering the two commands, please tr

If you still have issues after following all these steps, please [open an issue on GitHub](https://github.com/sircharlo/meeting-media-manager/issues/new). We will do our best to help.

### macOS only: Re-enabling website presentation after updates {#screen-sharing-issues}

:::warning Warnung

This section only applies to macOS users.

:::

Some macOS users have reported that website presentation no longer works after installing updates to M³.

If the media window is black when presenting the website after updating M³, try the following steps:

1. Open the macOS system **Privacy & Security** settings.
2. Go to **Screen Recording**.
3. Select M³ in the list.
4. Click the `-` (minus) button to remove it.
5. Click the `+` (plus) button and select M³ from the Applications folder.
6. You may be prompted to relaunch M³ to apply the change.

After these steps, screen sharing should function as expected once again.

:::tip Tip

These steps are optional and can be skipped if you do not plan to use the website presentation feature. On the other hand, if you do plan to use the website presentation feature, it is recommended to follow these steps after every update to ensure the feature works as expected.

:::

## 2. Configuration wizard {#configuration-wizard}

### App display language {#app-display-language}
Expand Down
Loading

0 comments on commit 936f75f

Please sign in to comment.