mirror of https://github.com/chubin/wttr.in
added fa.txt and fa-help.txt (#243)
parent
0d76ba4a3e
commit
63d0f20fff
@ -0,0 +1,67 @@
|
||||
:کاربرد
|
||||
|
||||
$ curl wttr.in # current location
|
||||
$ curl wttr.in/muc # weather in the Munich airport
|
||||
|
||||
:انواع مکان های پشتیبانی شده
|
||||
|
||||
/paris # city name
|
||||
/~Eiffel+tower # any location
|
||||
/Москва # Unicode name of any location in any language
|
||||
/muc # airport code (3 letters)
|
||||
/@stackoverflow.com # domain name
|
||||
/94107 # area codes
|
||||
/-78.46,106.79 # GPS coordinates
|
||||
|
||||
:Special locations
|
||||
|
||||
/moon # Moon phase (add ,+US or ,+France for these cities)
|
||||
/moon@2016-10-25 # Moon phase for the date (@2016-10-25)
|
||||
|
||||
:Units
|
||||
|
||||
?m # metric (SI) (used by default everywhere except US)
|
||||
?u # USCS (used by default in US)
|
||||
?M # show wind speed in m/s
|
||||
|
||||
:View options
|
||||
|
||||
?0 # only current weather
|
||||
?1 # current weather + 1 day
|
||||
?2 # current weather + 2 days
|
||||
?n # narrow version (only day and night)
|
||||
?q # quiet version (no "Weather report" text)
|
||||
?Q # superquiet version (no "Weather report", no city name)
|
||||
?T # switch terminal sequences off (no colors)
|
||||
|
||||
:PNG options
|
||||
|
||||
/paris.png # generate a PNG file
|
||||
?p # add frame around the output
|
||||
?t # transparency 150
|
||||
transparency=... # transparency from 0 to 255 (255 = not transparent)
|
||||
|
||||
:Options can be combined
|
||||
|
||||
/Paris?0pq
|
||||
/Paris?0pq&lang=fr
|
||||
/Paris_0pq.png # in PNG the file mode are specified after _
|
||||
/Rome_0pq_lang=it.png # long options are separated with underscore
|
||||
|
||||
:Localization
|
||||
|
||||
$ curl fr.wttr.in/Paris
|
||||
$ curl wttr.in/paris?lang=fr
|
||||
$ curl -H "Accept-Language: fr" wttr.in/paris
|
||||
|
||||
:Supported languages
|
||||
|
||||
FULL_TRANSLATION (supported)
|
||||
PARTIAL_TRANSLATION (in progress)
|
||||
|
||||
:Special URLs
|
||||
|
||||
/:help # show this page
|
||||
/:bash.function # show recommended bash function wttr()
|
||||
/:translation # show the information about the translators
|
||||
|
@ -0,0 +1,81 @@
|
||||
113: : Clear
|
||||
113: آفتابی : Sunny
|
||||
116: : Partly cloudy
|
||||
119: : Cloudy
|
||||
122: : Overcast
|
||||
143: : Mist
|
||||
176: : Patchy rain possible
|
||||
179: : Patchy snow possible
|
||||
182: : Patchy sleet possible
|
||||
185: : Patchy freezing drizzle possible
|
||||
200: : Thundery outbreaks possible
|
||||
227: : Blowing snow
|
||||
230: : Blizzard
|
||||
248: : Fog
|
||||
260: : Freezing fog
|
||||
263: : Patchy light drizzle
|
||||
266: : Light drizzle
|
||||
281: : Freezing drizzle
|
||||
284: : Heavy freezing drizzle
|
||||
293: : Patchy light rain
|
||||
296: : Light rain
|
||||
299: : Moderate rain at times
|
||||
302: : Moderate rain
|
||||
305: : Heavy rain at times
|
||||
308: : Heavy rain
|
||||
311: : Light freezing rain
|
||||
314: : Moderate or heavy freezing rain
|
||||
317: : Light sleet
|
||||
320: : Moderate or heavy sleet
|
||||
323: : Patchy light snow
|
||||
326: : Light snow
|
||||
329: : Patchy moderate snow
|
||||
332: : Moderate snow
|
||||
335: : Patchy heavy snow
|
||||
338: : Heavy snow
|
||||
350: : Ice pellets
|
||||
353: : Light rain shower
|
||||
356: : Moderate or heavy rain shower
|
||||
359: : Torrential rain shower
|
||||
362: : Light sleet showers
|
||||
365: : Moderate or heavy sleet showers
|
||||
368: : Light snow showers
|
||||
371: : Moderate or heavy snow showers
|
||||
386: : Patchy light rain with thunder
|
||||
389: : Moderate or heavy rain with thunder
|
||||
392: : Patchy light snow with thunder
|
||||
395: : Moderate or heavy snow with thunder
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in new issue