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

[Translate] Einstein FTL #59

Closed

Conversation

PuroSlavKing
Copy link
Member

Описание PR

Перевод Игрушек ЕЕ и Xenowears.

Описание.


Медиа

Список

Example Media Embed


Изменения

Copy link
Contributor

coderabbitai bot commented Sep 16, 2024

Walkthrough

This pull request introduces multiple localization entries in Russian for various clothing items and objects within the application. New entities are defined across several files, including clothing wraps, neck accessories, prize tickets, and plush toys, each with corresponding descriptions to enhance user understanding and engagement.

Changes

Files Change Summary
Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/clothing/clothwarps.ftl Added localization entry for ent-ClothingClothWrap with description for fabric wraps.
Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/clothing/neck/mantles.ftl Added entries for ent-ClothingNeckOldMantle and ent-ClothingNeckUnathiMantle with detailed descriptions of each item.
Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/clothing/neck/misc.ftl Added localization entry for ent-ClothingNeckBellCollar with description.
Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/clothing/outerclothing/misc.ftl Added entry for ent-ClothingOuterUnathiRobe with description.
Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/objects/fun/prizeticket.ftl Added multiple entries for prize tickets and ent-PrizeBall, each with descriptions explaining their use.
Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/objects/fun/puppet.ftl Added entries for pet rock-themed items, including ent-PetRockCarrier and various Pet Rocks, with consistent descriptions.
Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/objects/fun/toys.ftl Added entries for various plush toys, each with unique identifiers and playful descriptions.
Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/structures/machines/lathe.ftl Added entry for ent-PrizeCounter with description inviting users to claim their prizes.

Possibly related PRs

  • [Fix] Ru Loc / Локализация #51: The changes in this PR involve adding new translations and improving the organization of localization files, which aligns with the main PR's focus on enhancing localization support for clothing items in Russian.

Suggested labels

Changes: Localization


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    -- I pushed a fix in commit <commit_id>, please review it.
    -- Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    -- @coderabbitai generate unit testing code for this file.
    -- @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    -- @coderabbitai generate interesting stats about this repository and render them as a table.
    -- @coderabbitai read src/utils.ts and generate unit testing code.
    -- @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    -- @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Outside diff range and nitpick comments (1)
Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/objects/fun/prizeticket.ftl (1)

6-13: Consider including the ticket quantity in the entity names.

The entities ent-PrizeTicket10, ent-PrizeTicket30, ent-PrizeTicket60, and ent-PrizeTicket1 seem to represent different quantities of prize tickets. However, their names do not reflect this information.

To provide clarity for the players, consider including the ticket quantity in the name of each entity.

For example, you could update the names as follows:

ent-PrizeTicket10 = { ent-PrizeTicketBase } (10 шт.)
ent-PrizeTicket30 = { ent-PrizeTicketBase } (30 шт.) 
ent-PrizeTicket60 = { ent-PrizeTicketBase } (60 шт.)
ent-PrizeTicket1 = { ent-PrizeTicketBase } (1 шт.)
Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 6e7dd74 and a0465fc.

Files selected for processing (8)
  • Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/clothing/clothwarps.ftl (1 hunks)
  • Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/clothing/neck/mantles.ftl (1 hunks)
  • Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/clothing/neck/misc.ftl (1 hunks)
  • Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/clothing/outerclothing/misc.ftl (1 hunks)
  • Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/objects/fun/prizeticket.ftl (1 hunks)
  • Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/objects/fun/puppet.ftl (1 hunks)
  • Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/objects/fun/toys.ftl (1 hunks)
  • Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/structures/machines/lathe.ftl (1 hunks)
Files skipped from review due to trivial changes (4)
  • Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/clothing/clothwarps.ftl
  • Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/clothing/neck/misc.ftl
  • Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/clothing/outerclothing/misc.ftl
  • Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/structures/machines/lathe.ftl
Additional comments not posted (27)
Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/clothing/neck/mantles.ftl (2)

1-2: LGTM!

The entity ent-ClothingNeckOldMantle is well-defined with a clear name and a detailed description in Russian. The description enhances the immersion by providing sensory details about the mantle's appearance and smell.


3-4: LGTM!

The entity ent-ClothingNeckUnathiMantle is well-defined with a clear name and a detailed description in Russian. The description enhances the immersion by providing an unsettling visual of the cloak's appearance.

Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/objects/fun/puppet.ftl (5)

1-2: LGTM!

The entity name and description translations for ent-PetRockCarrier look good.


4-5: LGTM!

The entity name and description translations for ent-BasePetRock look good.


7-8: LGTM!

The entity ent-PetRock correctly inherits the name and description from ent-BasePetRock.


9-10: LGTM!

The entity name translation for ent-PetRockFred looks good and it correctly inherits the description from ent-BasePetRock.


11-12: LGTM!

The entity name translation for ent-PetRockRoxie looks good and it correctly inherits the description from ent-BasePetRock.

Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/objects/fun/prizeticket.ftl (3)

1-2: LGTM!

The name and description for ent-PrizeTicketBase are translated correctly and provide a clear explanation of the entity's purpose.


4-5: LGTM!

ent-PrizeTicket correctly inherits the name and description from ent-PrizeTicketBase.


15-16: LGTM!

The name and description for ent-PrizeBall are translated correctly. The description adds an engaging element of mystery to the prize ball.

Resources/Locale/ru-RU/prototypes/_einsteinengines/entities/objects/fun/toys.ftl (17)

1-2: LGTM!

The name and description for ent-PlushieArachne are appropriate and add personality to the toy. The syntax and formatting look good.


3-4: LGTM!

The name and description for ent-PlushieJester are appropriate and add personality to the toy. The syntax and formatting look good.


5-6: LGTM!

The name and description for ent-PlushieSlips are appropriate and add personality to the toy. The syntax and formatting look good.


7-8: LGTM!

The name and description for ent-PlushieGnome are appropriate. The syntax and formatting look good.


9-10: LGTM!

The name and description for ent-PlushieLoveable are appropriate. The syntax and formatting look good.


11-12: LGTM!

The name and description for ent-PlushieDeer are appropriate. The syntax and formatting look good.


13-14: LGTM!

The name and description for ent-PlushieIpc are appropriate. The syntax and formatting look good.


15-16: LGTM!

The name and description for ent-PlushieGrey are appropriate. The syntax and formatting look good.


17-18: LGTM!

The name and description for ent-PlushieAbductor are appropriate. The syntax and formatting look good.


19-20: LGTM!

The name and description for ent-PlushieAbductorAgent are appropriate. The syntax and formatting look good.


22-23: LGTM!

The name and description for ent-PlushieRedFox are appropriate and add personality to the toy. The syntax and formatting look good.


24-25: LGTM!

The name and description for ent-PlushiePurpleFox are appropriate and add personality to the toy. The syntax and formatting look good.


26-27: LGTM!

The name and description for ent-PlushiePinkFox are appropriate and add personality to the toy. The syntax and formatting look good.


28-29: LGTM!

The name and description for ent-PlushieOrangeFox are appropriate and add personality to the toy. The syntax and formatting look good.


30-31: LGTM!

The name and description for ent-PlushieMarbleFox are appropriate and add personality to the toy. The syntax and formatting look good.


32-33: LGTM!

The name and description for ent-PlushieCrimsonFox are appropriate and add personality to the toy. The syntax and formatting look good.


34-35: LGTM!

The name and description for ent-PlushieCoffeeFox are appropriate and add personality to the toy. The syntax and formatting look good.

@Remuchi
Copy link
Collaborator

Remuchi commented Sep 16, 2024

Подправь переводы, чтобы они не были машинными. Ну это ужас какой-то, честное слово.

@PuroSlavKing
Copy link
Member Author

Подправь переводы, чтобы они не были машинными. Ну это ужас какой-то, честное слово.

"Не были машинными" - понятие растяжимое

@Spatison
Copy link
Member

Я не думаю что стоит добавлять отдельную папку с переводами для EE

@Remuchi
Copy link
Collaborator

Remuchi commented Sep 23, 2024

Подправь переводы, чтобы они не были машинными. Ну это ужас какой-то, честное слово.

"Не были машинными" - понятие растяжимое

Your new and only best friend home! -> Ваш новый и единственный лучший друг дома!

Серьезно?

@Remuchi Remuchi closed this Oct 6, 2024
@Blackcat-loroved
Copy link

Ужасы

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants