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

[HU] Correction of responses. #1905

Merged
merged 23 commits into from
Feb 1, 2024
Merged

[HU] Correction of responses. #1905

merged 23 commits into from
Feb 1, 2024

Commits on Jan 14, 2024

  1. Updating Hungarian intentions

    The current intentions are unusable, as they do not employ conjugations at any level. The entire language, which utilizes conjugations, has been updated.
    
    Due to the nature of the Hungarian language, there's an issue where word roots change with conjugation. (For example, if the room is a kitchen, instead of "kapcsold be az összes ventilátort a konyhaban", it should be "konyhában".)
    
    I circumvented these with suffix words, like using "piros színre" instead of "pirosra", or by changing the word order to avoid these issues. This way, it works, like "kapcsold be a konyha összes ventilátorát is."
    
    But for correct and complete Hungarian expressions, it's advisable to use assistant aliases for room names whose endings change with conjugation, such as "szoba" (room), "konyha" (kitchen). For these, "szobá" and "konyhá" aliases should be added.
    v1k70rk4 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    aab9917 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    a8b8f04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e81c5f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    e9a6823 View commit details
    Browse the repository at this point in the history
  2. [HU] Added the sensor_HassGetState and the 'in_here' function

    with this, the Hungarian translation became 100%
    
    Added the [in here] feature:
    cover_HassTurnOff
    cover_HassTurnOn
    light_HassLightSet
    light_HassTurnOff
    light_HassTurnOn
    fan_HassTurnOff
    fan_HassTurnOn
    
    New:
    sensor_HassGetState
    v1k70rk4 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    7f9cf1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41144ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daece7c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    56a5fa6 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    4738a2c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. [hu] More flexible word order, bug fix, +2 color

    More flexible word order, especially for lighting
    +2 color translations
    a minor bug fix
    more readable code.
    v1k70rk4 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    74d0517 View commit details
    Browse the repository at this point in the history
  2. [hu] More flexible word order, bug fix, +2 color

    More flexible word order, especially for lighting
    +2 color translations
    a minor bug fix
    more readable code.
    v1k70rk4 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e39a5c9 View commit details
    Browse the repository at this point in the history
  3. [hu] More flexible word order, bug fix, +2 color

    More flexible word order, especially for lighting
    +2 color translations
    a minor bug fix
    more readable code.
    v1k70rk4 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b8bbb1f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. [hu] bugfix

    bugfix
    due to the free word order, different suffixes are also needed.
    v1k70rk4 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c3120b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0fb928 View commit details
    Browse the repository at this point in the history
  3. [hu] bugfix

    v1k70rk4 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5f89a1f View commit details
    Browse the repository at this point in the history
  4. bugfix v2

    v1k70rk4 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d36f9b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    e8ed60b View commit details
    Browse the repository at this point in the history
  2. [HU] Translation of error messages + handling of articles in the erro…

    …r message.
    
    Thank you to the contributors of ticket home-assistant#1895. This way, I learned that error messages can be processed :) Following the French model, the Hungarian error messages have now become completely Hungarian. + it also handles the articles of words.
    
    +optimization in the Todo/Shopping list, I reduced the number of variations with the specified suffixes.
    v1k70rk4 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2ff0f69 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    276e89b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. [HU] Optimization of response, handling of articles, correction of nu…

    …mber format
    
    I have corrected the responses to put the correct article in front of the word.
    The number format correction involves changing 12.1 to 12,1 and replacing "-" with the word "minus".
    
    And an attempt to find out what cover states the live system returns in the live environment. If it's English, then from now on it should also display it in Hungarian; if it's not English, then everything remains as it was.
    v1k70rk4 committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    cfdfdef View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    540a5c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    790047e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06cc0da View commit details
    Browse the repository at this point in the history