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

Russian translation of project templates: names and descriptions #552

Merged
merged 6 commits into from
Dec 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions platform/linux/RedPandaIDE.desktop.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Desktop Entry]
Comment=A lightweighted QT-based C/C++ IDE
Comment[zh_CN]=基于QT的轻量级C/C++集成开发环境
Comment[ru_RU]=Легковеская Си/Си++ среда разработки на Qt
Exec=RedPandaIDE %F
GenericName=Red Panda C++
GenericName[zh_CN]=小熊猫C++
Expand Down
1 change: 1 addition & 0 deletions platform/linux/redpandaide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<comment xml:lang="pt_BR">Projeto do Red Panda C++</comment>
<comment xml:lang="zh_CN">小熊猫C++ 项目</comment>
<comment xml:lang="zh_TW">小熊貓C++ 專案</comment>
<comment xml:lang="ru_RU">Проекты Red Panda C++</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.dev"/>
</mime-type>
Expand Down
3 changes: 3 additions & 0 deletions platform/linux/templates/CL_Turtle/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Description=A simple program using Turtle Graphics
Description[zh_CN]=简单的海龟作图程序 (https://github.com/royqh1979/raylib-drawing)
Category=Multimedia
Category[zh_CN]=多媒体
Name[ru_RU]=Черепашка
Description[ru_RU]=Простая программа, использующая Turtle Graphics
Category[ru_RU]=Мультимедиа

[Unit0]
CName=main.c
Expand Down
3 changes: 3 additions & 0 deletions platform/linux/templates/C_Embed_GAS/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Description = A simple c program with inline assembly instructions
Name[zh_CN] = 内联汇编
Category[zh_CN] = 汇编
Description[zh_CN] = 简单的C内联汇编程序示例
Name[ru_RU]=Встраиваемый ассемблер
Description[ru_RU]=Простая Си-программа с встраиваемыми ассемблерными инструкциями
Category[ru_RU]=Ассемблер
Icon = app.ico


Expand Down
3 changes: 3 additions & 0 deletions platform/linux/templates/GAS_C/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Description = C and GAS mixing programming demo
Name[zh_CN] = GAS与C
Category[zh_CN] = 汇编
Description[zh_CN] = C和GAS汇编混合编程示例
Name[ru_RU] = GAS & C
Description[ru_RU] = Пример смешивания Си и Ассемблера GNU в одной программе
Category[ru_RU] = Ассемблер
Icon = app.ico


Expand Down
3 changes: 3 additions & 0 deletions platform/linux/templates/Hello_GAS/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Description = A simple GNU as program
Name[zh_CN] = GAS你好
Category[zh_CN] = 汇编
Description[zh_CN] = 简单的GNU汇编程序示例
Name[ru_RU] = Привет, GAS
Description[ru_RU] = Простая программа на Ассемблере GNU
Category[ru_RU] = Ассемблер
Icon = app.ico


Expand Down
3 changes: 3 additions & 0 deletions platform/linux/templates/epitrochoid/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Description=A simple epitrochoid drawing app
Description[zh_CN]=外旋轮线绘制程序
Category=Game
Category[zh_CN]=游戏
Name[ru_RU]=Эпитрохоида
Description[ru_RU]=Приложение, рисующее простую эпитрохоиду
Category[ru_RU]=Игры

[Unit0]
CName=main.c
Expand Down
3 changes: 3 additions & 0 deletions platform/linux/templates/hypotrochoid/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Description=A simple hypotrochoid drawing app
Description[zh_CN]=内旋轮线绘制程序
Category=Game
Category[zh_CN]=游戏
Name[ru_RU]=Гипотрохоида
Description[ru_RU]=Приложение, рисующее простую гипотрохоиду
Category[ru_RU]=Игры

[Unit0]
CName=main.c
Expand Down
3 changes: 3 additions & 0 deletions platform/linux/templates/raygui/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Description=raygui demo
Description[zh_CN]=Raygui演示
Category=Multimedia
Category[zh_CN]=多媒体
Name[ru_RU]=raygui
Description[ru_RU]=Демонстрация возможностей raygui
Category[ru_RU]=Мультимедиа

[Unit0]
CName=main.c
Expand Down
2 changes: 2 additions & 0 deletions platform/linux/templates/raylib-3d/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Description=A simple 3D program using raylib ( https://raylib.com )
Description[zh_CN]=简单的raylib 3D程序 ( https://raylib.com )
Category=3D
Category[zh_CN]=3D
Name[ru_RU]=raylib 3D
Description[ru_RU]=Простая 3D-програма, использующая raylib ( https://raylib.com )

[Unit0]
CName=main.c
Expand Down
3 changes: 3 additions & 0 deletions platform/linux/templates/raylib/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Description=A simple interactive animation using raylib ( https://raylib.com )
Description[zh_CN]=简单的raylib交互动画 ( https://raylib.com )
Category=Multimedia
Category[zh_CN]=多媒体
Name[ru_RU]=raylib
Description[ru_RU]=Простая интерактивная анимация с использованием raylib ( https://raylib.com )
Category[ru_RU]=Мультимедиа

[Unit0]
CName=main.c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Description=A 3D Shader program using raylib ( https://raylib.com )
Description[zh_CN]=带着色器的raylib 3D程序 ( https://raylib.com )
Category=3D
Category[zh_CN]=3D
Name[ru_RU]=raylib 3D-шейдер
Description[ru_RU]=Программа 3D-шейдер с использованием raylib ( https://raylib.com )

[Unit0]
CPPName=main.c
Expand Down
3 changes: 3 additions & 0 deletions platform/linux/templates/raylib_arkanoid/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Description=arkanoid game using raylib ( https://raylib.com )
Description[zh_CN]=经典的打砖块游戏(基于raylib) ( https://raylib.com )
Category=Game
Category[zh_CN]=游戏
Name[ru_RU]=Арканоид
Description[ru_RU]=Игра Арканоид с использованием raylib ( https://raylib.com )
Category[ru_RU]=Игры

[Unit0]
CName=main.c
Expand Down
3 changes: 3 additions & 0 deletions platform/linux/templates/raylib_snake/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Description=snake game using raylib ( https://raylib.com )
Description[zh_CN]=经典的吞食蛇游戏(基于raylib) ( https://raylib.com )
Category=Game
Category[zh_CN]=游戏
Name[ru_RU]=Змейка
Description[ru_RU]=Игра Змейка с использованием raylib ( https://raylib.com )
Category[ru_RU]=Игры

[Unit0]
CName=main.c
Expand Down
3 changes: 3 additions & 0 deletions platform/linux/templates/raylib_tetris/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Description=Tetris game using raylib ( https://raylib.com )
Description[zh_CN]=经典的俄罗斯方块游戏(基于raylib) ( https://raylib.com )
Category=Game
Category[zh_CN]=游戏
Name[ru_RU]=Тетрис
Description[ru_RU]=Игра Тетрис с использованием raylib ( https://raylib.com )
Category[ru_RU]=Игры

[Unit0]
CName=main.c
Expand Down
3 changes: 3 additions & 0 deletions platform/linux/templates/rdrawing-colors/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Description=Demo for raylib & rdrawing color constants, and raygui scroll panel
Description[zh_CN]=演示raylib/rdrawing色彩常量和raygui滚动面板使用的示例程序
Category=Multimedia
Category[zh_CN]=多媒体
Name[ru_RU]=Цвета
Description[ru_RU]=Демонстрация констант цвета с использованием raylib & rdrawing, а также панели прокрутки raygui
Category[ru_RU]=Мультимедиа

[Unit0]
CName=main.c
Expand Down
3 changes: 3 additions & 0 deletions platform/linux/templates/rdrawing-doraemon/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Description=A simple doraemon app using rdrawing (https://github.com/royqh1979/r
Description[zh_CN]=使用rdrawing制作的哆啦A梦 (https://github.com/royqh1979/raylib-drawing)
Category=Game
Category[zh_CN]=游戏
Name[ru_RU]=Дораэмон
Description[ru_RU]=Простое приложение Дораэмон с использованием rdrawing (https://github.com/royqh1979/raylib-drawing)
Category[ru_RU]=Игры

[Unit0]
CName=main.c
Expand Down
3 changes: 3 additions & 0 deletions platform/linux/templates/rdrawing/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Description=A simple 2d drawing app using raylib and rdrawing
Description[zh_CN]=基于raylib和rdrawing的2维绘图程序 (https://github.com/royqh1979/raylib-drawing)
Category=Multimedia
Category[zh_CN]=多媒体
Name[ru_RU]=rdrawing
Description[ru_RU]=Простое приложение для двухмерного рисования с использованием raylib and rdrawing
Category[ru_RU]=Мультимедиа

[Unit0]
CName=main.c
Expand Down
2 changes: 2 additions & 0 deletions platform/linux/templates/sdcc-mcs51/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Description=A simple MCS51 program
Description[zh_CN]=MCS51单片机程序
Category=SDCC
Category[zh_CN]=SDCC
Name[ru_RU]=MCS51
Description[ru_RU]=Простая MCS51-программа

[Unit0]
CName=main.c
Expand Down
3 changes: 3 additions & 0 deletions platform/windows/templates-win64/GAS_C/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Description = C and GNU assembly mixing programming demo
Name[zh_CN] = GAS与C
Category[zh_CN] = 汇编
Description[zh_CN] = C和GNU汇编混合编程示例
Name[ru_RU] = GAS & C
Description[ru_RU] = Пример смешивания Си и Ассемблера GNU в одной программе
Category[ru_RU] = Ассемблер
Icon = app.ico


Expand Down
3 changes: 3 additions & 0 deletions platform/windows/templates-win64/Hello_GAS/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Description = A simple GNU assembly program
Name[zh_CN] = GAS你好
Category[zh_CN] = 汇编
Description[zh_CN] = 简单的GNU汇编程序示例
Name[ru_RU] = Привет, GAS
Description[ru_RU] = Простая программа на Ассемблере GNU
Category[ru_RU] = Ассемблер
Icon = app.ico


Expand Down
3 changes: 3 additions & 0 deletions platform/windows/templates/1-WinApp/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
ver=2
Name=Windows Application
Name[zh_CN]=Windows程序
Name[ru_RU]=Приложение Windows
Icon=Windows.ico
Description=A standard Windows application
Description[zh_CN]=基于Windows API开发的图形界面应用程序
Description[ru_RU]=Стандартное приложение Windows
Category=Basic
Category[zh_CN]=基础
Category[ru_RU]=Основные

[Unit0]
CName=main.c
Expand Down
3 changes: 3 additions & 0 deletions platform/windows/templates/2-ConsoleApp/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
ver=2
Name=Console Application
Name[zh_CN]=控制台程序
Name[ru_RU]=Консольное приложение
Icon=ConsoleToo.ico
Description=A console application (MS-DOS window)
Description[zh_CN]=控制台应用程序
Description[ru_RU]=Консольное приложение (окно MS-DOS)
Category=Basic
Category[zh_CN]=基础
Category[ru_RU]=Основные

[Unit0]
CName=main.c
Expand Down
3 changes: 3 additions & 0 deletions platform/windows/templates/3-StaticLib/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
ver=2
Name=Static Library
Name[zh_CN]=静态链接库
Name[ru_RU]=Статическая библиотека
Icon=StaticLib.ico
Description=A static library (.a)
Description[zh_CN]=静态链接库(.a)
Description[ru_RU]=Статическая библиотека (.a)
Category=Basic
Category[zh_CN]=基础
Category[ru_RU]=Основные

[Unit0]
CName=
Expand Down
3 changes: 3 additions & 0 deletions platform/windows/templates/4-DLL/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
ver=2
Name=DLL
Name[zh_CN]=动态链接库
Name[ru_RU]=DLL
Icon=DLL.ico
IconInfo=<a href="https://www.flaticon.com/free-icons/dll" title="dll icons">Dll icons created by Freepik - Flaticon</a>
Description=A Dynamic Link Library (DLL)
Description[zh_CN]=动态链接库(DLL)
Description[ru_RU]=Динамически подключаемая библиотека (DLL)
Category=Basic
Category[zh_CN]=基础
Category[ru_RU]=Основные

[Unit0]
CName=dllmain.c
Expand Down
3 changes: 3 additions & 0 deletions platform/windows/templates/C_Embed_GAS/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Description = A simple c program with inline assembly instructions
Name[zh_CN] = 内联汇编
Category[zh_CN] = 汇编
Description[zh_CN] = 简单的C内联汇编程序示例
Name[ru_RU]=Встраиваемый ассемблер
Description[ru_RU]=Простая Си-программа с встраиваемыми ассемблерными инструкциями
Category[ru_RU]=Ассемблер
Icon = app.ico


Expand Down
2 changes: 2 additions & 0 deletions platform/windows/templates/FileEditor/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
ver=2
Name=File Editor
Name[zh_CN]=文件编辑器
Name[ru_RU]=Редактор файлов
Description[ru_RU]=Простой редактор файлов для Win32
Icon=Editor.ico
Description=A simple Win32 file editor
Description[zh_CN]=一个简单的Win32文件编辑器
Expand Down
2 changes: 2 additions & 0 deletions platform/windows/templates/GLFW/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ ver=2
Name=GLFW
Description=A simple GLFW program
Description[zh_CN]=一个简单的GLFW程序
Name[ru_RU]=GLFW
Description[ru_RU]=Простая GLFW-программа
Icon=GLFW.ico
Category=3D
Category[zh_CN]=3D
Expand Down
2 changes: 2 additions & 0 deletions platform/windows/templates/GLUT/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Name=GLUT
Icon=CL_GLUT.ico
Description=A simple GLUT program
Description[zh_CN]=一个简单的GLUT程序
Name[ru_RU]=GLUT
Description[ru_RU]=Простая GLUT-программа
Category=3D
Category[zh_CN]=3D

Expand Down
3 changes: 3 additions & 0 deletions platform/windows/templates/Graphics/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ Name[zh_CN]=xege
Icon=xege.ico
Description=A simple program use Easy Graphics Engine
Description[zh_CN]=使用EGE库的简单绘图程序
Name[ru_RU]=Graphics.h
Description[ru_RU]=Простая программа, использующая Easy Graphics Engine (XEGE)
Category=Multimedia
Category[zh_CN]=多媒体
Category[ru_RU]=Мультимедиа

[Unit0]
CppName=main.cpp
Expand Down
3 changes: 3 additions & 0 deletions platform/windows/templates/Hello/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ Name[zh_CN]=世界,你好!
Icon=Communication.ico
Description=A classic Hello World program
Description[zh_CN]=一个经典的“世界,你好!”程序
Name[ru_RU]=Привет, мир
Description[ru_RU]=Классическая программа “Привет мир”
Category=Console
Category[zh_CN]=控制台
Category[ru_RU]=Консольные

[Unit0]
CName=main.c
Expand Down
3 changes: 3 additions & 0 deletions platform/windows/templates/HelloInput/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ Name[zh_CN]=输入循环
Icon=ConsoleToo.ico
Description=A console with an input loop
Description[zh_CN]=一个带输入循环的控制台程序
Name[ru_RU]=Цикл ввода
Description[ru_RU]=Консольное приложение, использующее цикл ввода
Category=Console
Category[zh_CN]=控制台
Category[ru_RU]=Консольные

[Unit0]
CName=main.c
Expand Down
3 changes: 3 additions & 0 deletions platform/windows/templates/Jackpot/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ Name=Jackpot
Icon=Games.ico
Description=A number guessing game
Description[zh_CN]=一个数字猜测游戏
Name[ru_RU]=Джекпот
Description[ru_RU]=Игра в угадывание числа
Category=Console
Category[zh_CN]=控制台
Category[ru_RU]=Консольные

[Unit0]
CppName=main.cpp
Expand Down
2 changes: 2 additions & 0 deletions platform/windows/templates/MDIEditor/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Name[zh_CN]=MDI编辑器
Icon=Windows.ico
Description=A Win32 MDI file editor
Description[zh_CN]=一个Win32多文档界面(MDI)文件编辑器
Name[ru_RU]=MDI-Редактор
Description[ru_RU]=Файловый MDI-редактор для Win32
Category=Win32

[Unit0]
Expand Down
2 changes: 2 additions & 0 deletions platform/windows/templates/OpenGL/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Name=OpenGL
Icon=Pizza.ico
Description=A basic OpenGL program
Description[zh_CN]=一个基本的OpenGL程序
Name[ru_RU]=OpenGL
Description[ru_RU]=Простая OpenGL-программа
Category=3D
Category[zh_CN]=3D

Expand Down
3 changes: 3 additions & 0 deletions platform/windows/templates/OpenMP/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ Name=OpenMP
Icon=File Management.ico
Description=A OpenMP multithreading example
Description[zh_CN]=一个OpenMP多线程示例
Name[ru_RU]=OpenMP
Description[ru_RU]=Многопоточный пример работы с OpenMP
Category=Console
Category[zh_CN]=控制台
Category[ru_RU]=Консольные

[Unit0]
CName=main.c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Name[zh_CN]=单对话框程序
Icon=Single Dialog Application.ico
Description=An Appliction use a dialog as the main UI
Description[zh_CN]=使用一个对话框作为主用户界面简单程序
Name[ru_RU]=Приложение с одним диалоговым окном
Description[ru_RU]=Приложение использует диалог в качестве основного пользовательского интерфейса
Category=Win32

[Unit0]
Expand Down
3 changes: 3 additions & 0 deletions platform/windows/templates/StdThread/info.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ Name=std::thread
Icon=Software.ico
Description=A C++ multithreading example
Description[zh_CN]=一个C++多线程示例
Name[ru_RU]=std::thread
Description[ru_RU]=Пример многопоточной программы Си++
Category=Console
Category[zh_CN]=控制台
Category[ru_RU]=Консольные

[Unit0]
CName=main.c
Expand Down
Loading
Loading