Skip to content

Commit

Permalink
Resources_az.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Maqa authored Oct 26, 2022
1 parent ee5d4c0 commit 3a8380f
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,28 @@ public class Resources_az extends ListResourceBundle
private static final Object[][] OBJECTS = new Object[][] {
{ "CenturyPattern", "%n %u" },
{ "CenturyFuturePrefix", "" },
{ "CenturyFutureSuffix", " indi" },
{ "CenturyFutureSuffix", " sonra" },
{ "CenturyPastPrefix", "" },
{ "CenturyPastSuffix", " əvvəl" },
{ "CenturySingularName", "əsr" },
{ "CenturyPluralName", "əsr" },
{ "DayPattern", "%n %u" },
{ "DayFuturePrefix", "" },
{ "DayFutureSuffix", " indi" },
{ "DayFutureSuffix", " sonra" },
{ "DayPastPrefix", "" },
{ "DayPastSuffix", " əvvəl" },
{ "DaySingularName", "gün" },
{ "DayPluralName", "gün" },
{ "DecadePattern", "%n %u" },
{ "DecadeFuturePrefix", "" },
{ "DecadeFutureSuffix", " indi" },
{ "DecadeFutureSuffix", " sonra" },
{ "DecadePastPrefix", "" },
{ "DecadePastSuffix", " əvvəl" },
{ "DecadeSingularName", "onillik" },
{ "DecadePluralName", "onillik" },
{ "HourPattern", "%n %u" },
{ "HourFuturePrefix", "" },
{ "HourFutureSuffix", " indi" },
{ "HourFutureSuffix", " sonra" },
{ "HourPastPrefix", "" },
{ "HourPastSuffix", " əvvəl" },
{ "HourSingularName", "saat" },
Expand All @@ -56,49 +56,49 @@ public class Resources_az extends ListResourceBundle
{ "JustNowPluralName", "" },
{ "MillenniumPattern", "%n %u" },
{ "MillenniumFuturePrefix", "" },
{ "MillenniumFutureSuffix", "indi" },
{ "MillenniumFutureSuffix", "sonra" },
{ "MillenniumPastPrefix", "" },
{ "MillenniumPastSuffix", " əvvəl" },
{ "MillenniumSingularName", "minillik" },
{ "MillenniumPluralName", "minillik" },
{ "MillisecondPattern", "%n %u" },
{ "MillisecondFuturePrefix", "" },
{ "MillisecondFutureSuffix", " indi" },
{ "MillisecondFutureSuffix", " sonra" },
{ "MillisecondPastPrefix", "" },
{ "MillisecondPastSuffix", " əvvəl" },
{ "MillisecondSingularName", "millisaniyə" },
{ "MillisecondPluralName", "millisaniyə" },
{ "MinutePattern", "%n %u" },
{ "MinuteFuturePrefix", "" },
{ "MinuteFutureSuffix", " indi" },
{ "MinuteFutureSuffix", " sonra" },
{ "MinutePastPrefix", "" },
{ "MinutePastSuffix", " əvvəl" },
{ "MinuteSingularName", "dəqiqə" },
{ "MinutePluralName", "dəqiqə" },
{ "MonthPattern", "%n %u" },
{ "MonthFuturePrefix", "" },
{ "MonthFutureSuffix", " indi" },
{ "MonthFutureSuffix", " sonra" },
{ "MonthPastPrefix", "" },
{ "MonthPastSuffix", " əvvəl" },
{ "MonthSingularName", "ay" },
{ "MonthPluralName", "ay" },
{ "SecondPattern", "%n %u" },
{ "SecondFuturePrefix", "" },
{ "SecondFutureSuffix", " indi" },
{ "SecondFutureSuffix", " sonra" },
{ "SecondPastPrefix", "" },
{ "SecondPastSuffix", " əvvəl" },
{ "SecondSingularName", "saniyə" },
{ "SecondPluralName", "saniyə" },
{ "WeekPattern", "%n %u" },
{ "WeekFuturePrefix", "" },
{ "WeekFutureSuffix", " indi" },
{ "WeekFutureSuffix", " sonra" },
{ "WeekPastPrefix", "" },
{ "WeekPastSuffix", " əvvəl" },
{ "WeekSingularName", "həftə" },
{ "WeekPluralName", "həftə" },
{ "YearPattern", "%n %u" },
{ "YearFuturePrefix", "" },
{ "YearFutureSuffix", " indi" },
{ "YearFutureSuffix", " sonra" },
{ "YearPastPrefix", "" },
{ "YearPastSuffix", " əvvəl" },
{ "YearSingularName", "il" },
Expand Down

0 comments on commit 3a8380f

Please sign in to comment.