Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 879b4c13 authored by Vladimir Filatov's avatar Vladimir Filatov Committed by GitHub
Browse files

Add Belarusian translation (#1313)

parent 3db54818
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ SPDX-FileCopyrightText: 2020, microG Project Team
  ~ SPDX-License-Identifier: Apache-2.0
  -->

<resources>
    <string name="menu_advanced">Дадаткова</string>

    <string name="list_no_item_none">Пуста</string>
    <string name="list_item_see_all">Паказаць усё</string>

    <string name="open_app">адкрыць</string>
</resources>
+44 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2020 microG Project Team
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~     http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<resources>
    <string name="lib_name">microG UI Tools</string>
    <string name="lib_license">Apache License 2.0, microG Team</string>

    <string name="about_version_str">Версія %1$s</string>
    <string name="about_name_version_str">%1$s %2$s</string>
    <string name="about_default_license">Ўсе правы абаронены.</string>

    <string name="prefcat_setup">Ўсталяваць</string>

    <string name="self_check_title">Праверка працаздольнасці</string>
    <string name="self_check_desc">Праверце, ці правільна настроена сістэма для выкарыстання microG.</string>

    <string name="self_check_cat_permissions">Правы доступу прадастаўленыя</string>
    <string name="self_check_name_permission">%1$s:</string>
    <string name="self_check_resolution_permission">Націсніце тут, каб даць дазвол. Непрадастаўленне дазволу можа прывесці да некарэктнай працы прыкладання.</string>

    <string name="about_root_title">microG UI Demo</string>
    <string name="about_root_summary">Падрабязнасці</string>
    <string name="about_root_version">Версія v0.1.0</string>
    <string name="about_root_libraries">Выкарыстоўваемыя бібліятэкі</string>

    <string name="about_android_support_v4">v4 Support Library</string>
    <string name="about_android_support_v7_appcompat">v7 appcompat Support Library</string>
    <string name="about_android_support_v7_preference">v7 preference Support Library</string>
    <string name="about_android_support_license">Apache License 2.0, The Android Open Source Project</string>
</resources>
+178 −0

File added.

Preview size limit exceeded, changes collapsed.

+39 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2020 microG Project Team
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~     http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <plurals name="pref_unifiednlp_summary">
        <item quantity="one"><xliff:g example="1">%1$d</xliff:g> backend-праграма настроена</item>
        <item quantity="few"><xliff:g example="3">%1$d</xliff:g> backend-праграмы настроены</item>
        <item quantity="other"><xliff:g example="3">%1$d</xliff:g> backend-праграмм настроены</item>
    </plurals>
    <plurals name="gcm_registered_apps_counter">
        <item quantity="one"><xliff:g example="1">%1$d</xliff:g> прывязанае прыкладанне</item>
        <item quantity="few"><xliff:g example="123">%1$d</xliff:g> прывязаных прыкладання</item>
        <item quantity="other"><xliff:g example="123">%1$d</xliff:g> прывязаных прыкладанняў</item>
    </plurals>
    <plurals name="cond_perm_summary">
        <item quantity="one">Не прадастаўлены дазвол, які патрабуецца для правільнага функцыянавання microG Service Core.</item>
        <item quantity="few">Не прадастаўлены дазволы, якія патрабуюцца для правільнага функцыянавання microG Service Core.</item>
        <item quantity="other">Не прадастаўлены дазволы, якія патрабуюцца для правільнага функцыянавання microG Service Core.</item>
    </plurals>
    <plurals name="cond_perm_action">
        <item quantity="one">Запрасіць адсутны дазвол</item>
        <item quantity="few">Запрасіць адсутныя дазволы</item>
        <item quantity="other">Запрасіць адсутныя дазволы</item>
    </plurals>
</resources>
+201 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading