Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: new translations #3285

Merged
merged 28 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c084a5c
chore: new translations for Portuguese, Brazilian
sircharlo Nov 13, 2024
896ce12
chore: new translations for Slovenian
sircharlo Nov 13, 2024
144ea71
chore: new translations for French
sircharlo Nov 13, 2024
30588a7
chore: new translations for Romanian
sircharlo Nov 13, 2024
9b997bd
chore: new translations for Spanish
sircharlo Nov 13, 2024
014da42
chore: new translations for Afrikaans
sircharlo Nov 13, 2024
2ff6cf8
chore: new translations for German
sircharlo Nov 13, 2024
87475a7
chore: new translations for Greek
sircharlo Nov 13, 2024
c442a1f
chore: new translations for Finnish
sircharlo Nov 13, 2024
1902664
chore: new translations for Hungarian
sircharlo Nov 13, 2024
293e4b8
chore: new translations for Italian
sircharlo Nov 13, 2024
d9bf900
chore: new translations for Dutch
sircharlo Nov 13, 2024
051a1ba
chore: new translations for Portuguese
sircharlo Nov 13, 2024
0cc3860
chore: new translations for Russian
sircharlo Nov 13, 2024
f41f3c1
chore: new translations for Slovak
sircharlo Nov 13, 2024
e99e20b
chore: new translations for Swedish
sircharlo Nov 13, 2024
8ab59ee
chore: new translations for Ukrainian
sircharlo Nov 13, 2024
68e38e4
chore: new translations for Chinese Simplified
sircharlo Nov 13, 2024
cafb11f
chore: new translations for Tamil
sircharlo Nov 13, 2024
8720fa8
chore: new translations for Estonian
sircharlo Nov 13, 2024
6cbfdf8
chore: new translations for Tagalog
sircharlo Nov 13, 2024
92afc06
chore: new translations for Malagasy
sircharlo Nov 13, 2024
1c27bdb
chore: new translations for Swahili
sircharlo Nov 13, 2024
b2aecae
chore: new translations for Amharic
sircharlo Nov 13, 2024
9038bb2
chore: new translations for Ilokano
sircharlo Nov 13, 2024
7c194b8
chore: new translations for Nigerian Pidgin
sircharlo Nov 13, 2024
83c767a
chore: new translations for Romany (Southern Greece)
sircharlo Nov 13, 2024
8fe8395
chore: new translations for Pangasinan
sircharlo Nov 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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