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

i18n | Russian #3

Open
rellikmil opened this issue Apr 12, 2021 · 28 comments
Open

i18n | Russian #3

rellikmil opened this issue Apr 12, 2021 · 28 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rellikmil
Copy link

rellikmil commented Apr 12, 2021

start=Начать
fromStack=Вы взяли {0,choice,0#0 карт|1#одну карту|1<{0,number,integer} карт(ы)} из колоды.
usedUndo=Вы {0,choice,0#не использовали "отменить" вообще|1#использовали "отменить" единожды|2#использовали "отменить" дважды|2<использовали "отменить" {0,number,integer} раз(а)}.
longestChain=Ваша самая длинная цепочка - {0,choice,0#0 карт|1#одна карта|1<{0,number,integer} карт(ы)}.
newGame=Начать новую игру
newGameShort=Новая игра
exit=Выйти
return=Продолжить
darkTheme=Использовать тёмную тему
showAll=Показать все карты
won=Вы победили!

@mimoguz
Copy link
Owner

mimoguz commented Apr 12, 2021

Thanks! I need to draw the letters first of course. Can I ask you if they are OK when I'm finished? Also, I publish this on Play Store too (as is, free, no ads or anything, store page links to this repo). Is that OK for you too?

@mimoguz mimoguz self-assigned this Apr 12, 2021
@rellikmil
Copy link
Author

Do whatever you want man, you're doing a good job

@mimoguz
Copy link
Owner

mimoguz commented Apr 13, 2021

Thanks :)

Does this test look good enough?
Test image

@rellikmil
Copy link
Author

rellikmil commented Apr 13, 2021

Excellent work, man! But yep, mistakes: 1) make breve in й smaller, 2) make proportional height in д to other letters (look Cozette font to references)

@rellikmil
Copy link
Author

rellikmil commented Apr 13, 2021

And yes, I rewrite i18n, so please update

@rellikmil
Copy link
Author

Optional - letter З and digit 3 is not equal, so if you wish - redraw, but I surprise, how you draw this font

@mimoguz
Copy link
Owner

mimoguz commented Apr 13, 2021

Ah yes, д issue is a mistake. Smaller breve needs to be either off-centre or look like |_| though, otherwise it would become a wedge :)

@mimoguz
Copy link
Owner

mimoguz commented Apr 13, 2021

I drew Зз like that to differentiate from Ээ. I’ll reconsider them, thanks.

@mimoguz
Copy link
Owner

mimoguz commented Apr 14, 2021

2nd test
Menu

Does that look better?

@rellikmil
Copy link
Author

Ok, return previous з, and this will be perfect

@mimoguz
Copy link
Owner

mimoguz commented Apr 15, 2021

:) Done.

If you don't mind, can you translate these as well, for the landing page:

  • A tri peaks solitaire game.
  • An open source tri peaks solitaire game.
  • Currently only has randomly generated games.
  • Pre-solved games option is on the roadmap.
  • Deal
  • Undo
  • Menu

@rellikmil
Copy link
Author

A tri peaks solitaire game. - Пасьянс "Tri Peaks".
An open source tri peaks solitaire game. - Пасьянс "Tri Peaks" с открытым кодом.
Currently only has randomly generated games. - Пока доступны только случайно генерируемые игры.
Pre-solved games option is on the roadmap. - Планируется возможность предварительно решенных игр.
Deal - Раздача
Undo - Отменить
Menu - Меню

@mimoguz
Copy link
Owner

mimoguz commented Apr 16, 2021

Awesome! Thanks 👍

@mimoguz mimoguz closed this as completed Apr 16, 2021
@rellikmil
Copy link
Author

@mimoguz if you mean "Deal" as verb, then "Раздать"
P.S. if you need to translate something else, call me

@mimoguz
Copy link
Owner

mimoguz commented Apr 17, 2021

Fixed.

I may need a few more lines when/if I implement my solver to add solvable games. Thanks.

@mimoguz
Copy link
Owner

mimoguz commented Apr 18, 2021

Hi, It's me again :)

I'm switching to a proportional font, since horizontal space became an issue. Can you take a look at the redrawn letters? Yellow are old, white are new.

Image 1
Image 2

@mimoguz mimoguz reopened this Apr 18, 2021
@rellikmil
Copy link
Author

Impressive! It looks is much better then old. And with no mistakes.

@mimoguz
Copy link
Owner

mimoguz commented Apr 18, 2021

👍

@mimoguz mimoguz added the enhancement New feature or request label Apr 19, 2021
@mimoguz
Copy link
Owner

mimoguz commented Aug 5, 2021

Hi.

I'm readying a new release with a few new features, so I need new strings. I appreciate your help on this.

New strings

Layout options

Game description

  • An open-source tri peaks solitaire game with multiple layout options.

Thanks!

@mimoguz mimoguz reopened this Aug 5, 2021
@rellikmil
Copy link
Author

rellikmil commented Aug 5, 2021

No more moves! - Нет больше ходов!
Undo last move - Отменить последний ход
Save - Сохранить
Cancel - Отмена
Start with an empty discard - Начать с пустой стопкой
New game layout: - Новый расклад:
Options - Настройки

Layout options - Опции расклада
Three peaks - Три пика
Two peaks and a funnel - Два пика и воронка
Diamonds - Бубны

Game description - Описание игры
An open-source tri peaks solitaire game with multiple layout options. - Открытый и свободный пасьянс "Три пика" с выбором расклада.

You are welcome

@mimoguz
Copy link
Owner

mimoguz commented Aug 7, 2021

👍

@mimoguz
Copy link
Owner

mimoguz commented Aug 15, 2021

Included in new release

@mimoguz mimoguz closed this as completed Aug 15, 2021
@mimoguz
Copy link
Owner

mimoguz commented Aug 21, 2021

Hello again.

I want to make some small changes for the next release. Could you have look at these:

  • Exit (Before: "Exit game")
  • Start with an empty discard pile (Before: "Start with an empty discard")
  • Two peaks and a valley (Before: "Two peaks and a funnel")
  • Layout for new games (Before: "New game layout")
  • Your longest chain had ... (Before: "Your longest chain was ...")

They may be already OK on your version though, some (most) of them are because of my rather poor English. 🙂

Thanks.

@mimoguz mimoguz reopened this Aug 21, 2021
@mimoguz mimoguz added this to the Waiting translation milestone Aug 22, 2021
@rellikmil
Copy link
Author

Exit is just "Выйти", Exit game is "Выйти из игры"
Other strings in Russian are no need to be changed, because they are synonyms

@mimoguz
Copy link
Owner

mimoguz commented Aug 25, 2021

👍

@mimoguz
Copy link
Owner

mimoguz commented Oct 16, 2021

Hi. I want to add one last thing before calling this 1.0. Could you please check the issue #14? Thanks.

@mimoguz
Copy link
Owner

mimoguz commented Aug 15, 2024

New strings

@mimoguz mimoguz reopened this Aug 15, 2024
@mimoguz mimoguz modified the milestones: Released, Waiting translation Aug 15, 2024
@rellikmil
Copy link
Author

I'm glad the project isn't abandoned.

Card animation: - Анимация карт: (I don't think it will be very clear to the players that Card animation is the effect of disappearing cards. So I propose the variant “Card fade out animation: - Анимация исчезновения карт:”)
Blink - Мерцание
Dissolve - Растворение
Fade out - Исчезание
Card design: - Рубашка:
Close - Закрыть
About - О нас

@mimoguz mimoguz mentioned this issue Aug 15, 2024
@mimoguz mimoguz modified the milestones: Waiting translation, Released Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants